Skip to main content
July 6, 2006
Question

Error Code 401 unauthorized

  • July 6, 2006
  • 3 replies
  • 1676 views
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

Frustrated Please Help
This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

July 7, 2006
Thanks
July 6, 2006
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.
July 6, 2006
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.