Posted on: 9/3/2014 8:00:00 PM | Views : 1274

ASP.NET provides us with the ability to add custom pages for HTTP errors via Web.config CustomErrors tag. This however does not work when we try to handle the 401 error under Windows authentication.

Go to the complete details ...