IIS Not Accepting Login Credentials

Posted by Dale Jay on Pro Webmasters See other posts from Pro Webmasters or by Dale Jay
Published on 2013-11-01T21:49:49Z Indexed on 2013/11/01 22:12 UTC
Read the original article Hit count: 307

Filed under:
|
|

I have an ASP.NET web form using Microsoft's boilerplate Active Directory login page, set up exactly as suggested. (See http://msdn.microsoft.com/en-us/library/ms180890%28v=vs.80%29.aspx) Windows Authentication is activated on the "Default Website" and "MyWebsite" levels, and Domain\This.User is given "Allow" access to the site. After entering the valid credentials for This.User on the web form, a popup window appears asking me to enter my credentials yet again. Despite entering valid credentials for This.User (after attempting Domain\This.User and This.User formats), it rejects the credentials and returns an unauthorized user page. Active Directory user This.User is valid, the IP address of the AD server has been verified and SPN's have been set up for the server.

Any thoughts as to what may be causing this? I can post code if needed.

© Pro Webmasters or respective owner

Related posts about security

Related posts about ASP.NET