vote up 0 vote down star

I have a problem accessing an intranet website with IE8. I can access the site through Firefox or any other browser, except IE. IE will prompt for a username and password but never accepts the credentials and just shows a 401 message, "You are not authorized to view this page"

The website is configured as follows:

Windows Server 2003

IIS Directory Security > Authentication Methods > "Integrated Windows authentication" only

Any ideas?

flag

75% accept rate
Are you trying to run the site locally? Or is it hosted on some other server? – jlech Nov 4 at 17:15

closed as not programming related by David Basarab, Adam Wright, zendar, Noldorin, Marc Gravell Nov 4 at 20:57

2 Answers

vote up 3 vote down check

Sounds like an IE security setting. I'd check two things in options:

  1. In the Advanced tab, in the security section, is Enable Integrated Windows Authentication checked?
  2. In the Security tab, does the site come up under the Local Intranet zone? If not, add it. Also, make sure the User Authentication item under custom settings is set to one of the Automatic Logon options (checking Automatic Logon with current user name and password should make the browser automatically log into the site).
link|flag
the site wasn't part of the local intranet zone, thanks you hit the nail on the head – cfdev9 Nov 4 at 17:43
vote up 0 vote down

A good place to start when troubleshooting 401 errors in IIS is this Microsoft guide

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.