I am running asp.net internet application with IIS 8 in windows 2012 R2. I am having a form authentication problem. I tried to use an aspx program, "slogin.aspx", to do authentication. In IIS manager, I have enabled only "forms authentication" and specify"slogin.aspx" in "Login UR" in the setting page. When I tried to open the web page with IE, I keep getting "Server Error " "401 - Unauthorized: Access is denied due to invalid credentials." , I couldn't even open up the "slogin.aspx" to login. Can anyone please help? Thanks.
↧