Posted on: 2/6/2015 8:13:13 PM | Views : 543

Description of My Problem -   I enabled Windows authentication on my machine and I added allow users
<customErrors mode="On" defaultRedirect="~/NoAccessMsg.Html" > </customErrors> <authentication mode="Windows"/> <authorization> <allow users="OrgTest\UserX" /> <deny users="*" /> </authorization> If any one Other than userx Logs in to the site it should redirect them to NoAccessMsg page.
Instead of that it is asking me to log in again and again. 
How can I redirect the users to error message page with out asking them to log in again??



Go to the complete details ...