Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error Code 401 unauthorized

Guest
Jul 06, 2006 Jul 06, 2006
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
TOPICS
Server side applications
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 06, 2006 Jul 06, 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 06, 2006 Jul 06, 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 06, 2006 Jul 06, 2006
LATEST
Thanks
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines