I am not sure if he is having the same problem as me , but after implementing the generic error page my protected directories (iis 7 shared site) my protected directories no longer prompt for login. Just using basic authentication. It seems once the 401
2 error happens you are out of luck. Suggestions?
None
0 Points
5 Posts
401?
Sep 20, 2010 12:07 PM|jihohan|LINK
What do we do with 401? How can authentication work without 401?
Are we to generate two status codes then? 401 and 200 (for generic error page) for example?
All-Star
35458 Points
3430 Posts
Re: 401?
Sep 26, 2010 10:59 PM|Nai-Dong Jin - MSFT|LINK
Hi,
You may refer the following reference.
http://support.microsoft.com/kb/907273
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/c9511f97-d898-4aed-b0a8-979ce30d85b5.mspx?mfr=true
Thanks.
None
0 Points
1 Post
Re: 401?
Sep 28, 2010 02:07 PM|sp4064|LINK
I am not sure if he is having the same problem as me , but after implementing the generic error page my protected directories (iis 7 shared site) my protected directories no longer prompt for login. Just using basic authentication. It seems once the 401 2 error happens you are out of luck. Suggestions?