Re: Windows authentication Redirect /CustomErrors Issue
From: Eric Marvets (ericm_at_bangproject.com)
Date: 05/21/04
- Next message: Bill: "Access the client X509CertificateStore"
- Previous message: John Saunders: "Re: Global.asax Inheritance?"
- In reply to: Ivan Smith: "Windows authentication Redirect /CustomErrors Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 May 2004 16:21:11 -0400
Have you tried adding '<error statusCode="401.2" redirect="Denied.htm" />'?
-- Eric Marvets Principal Consultant the bang project <shameless self promotion> Email sales@bangproject.com for Information on Our Architecture and Mentoring Services </shameless self promotion> "Ivan Smith" <anonymous@discussions.microsoft.com> wrote in message news:59DD27BC-61A9-463D-9809-374D02894EEB@microsoft.com... > I am using asp.net (1.1) and am setting application security in web.config using: > <customErrors mode="On" defaultRedirect="Denied.htm"><error statusCode="401" redirect="Denied.htm" /><error statusCode="403" redirect="Denied.htm" /></customErrors> > > If I try to authenticate with invalid credentials more than 4 times, the page redirects to Denied.htm as it should, but if I click on "Cancel" instead of "Ok" on the login prompt box, I get redirected to an ASP.Net page that looks like this: > > > Server Error in '/munkeys/WindowsAuth' Application. > >--------------------------------------------------------------------------- ----->>>Access is denied. > >Description: An error occurred while accessing the resources required to serve this request. The server may not be >configured for access to the requested URL. > >>Error message 401.2.: You do not have permission to view this directory or page using the credentials you supplied. >Contact the Web server's administrator for help. > > I have tried to set the Custom Error pages for all 401 errors in IIS and the page still will not redirect to my custom error page as specified in both IIS and Web.config. Please Help! > > > >
- Next message: Bill: "Access the client X509CertificateStore"
- Previous message: John Saunders: "Re: Global.asax Inheritance?"
- In reply to: Ivan Smith: "Windows authentication Redirect /CustomErrors Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]