I have been trying to add a login page to allow collaborators
to log on to pages that concern their project. have a asp.net VB
login page. I go to Window > databases >+ > OLE DB
Conection
Connection: ulogin Templates (MS Access 2000MS jet 4.0
Provider)
In the string I enter C:\Inetpub\wwwroot\klocologin.mdb
Then I get: HTTP Error Code 401 unauthorized
I believe this is a security permissions error, meaning you
did not give read/write permissions to the folder that the website
is in. If you right click and go to Properties>Security you will
probably see that not everyone has read/write permissions.
Also, just a quick tip, anytime you have an HTTP error code,
if you enter the code into google and do a search there are usually
tons of pages out there that will tell you how to fix it. Just
another resource for you.