When I open my ASP.NET app in IE it asks for username and password. I enter them and it rejects them. I do the same in Firefox and it works.
Any ideas? Thanks!
I have <authentication mode="Windows" />
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Switch the Application Pool Identity to Network Service and it worked in both IE and Firefox. Before the Application Pool Identity was a user that was one a different domain than the domain of the user I was trying to login to the App as.