Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
6 Points
10 Posts
Sep 22, 2010 01:45 PM|LINK
Thanks for the response. If I remove
redirectMode="ResponseRewrite"
<form name="form1" method="post" action="PageThatThrowsApplicationException.aspx" id="form1">
which tells me the server responded with the html of the page that threw the exception rather than the html of ErrorMessage.htm.
I'm using IIS6 so
Response.TrySkipIisCustomErrors
oracle padding Vulnerability
lp9999
Member
6 Points
10 Posts
Re: customErrors does not redirect when ApplicationException occurs
Sep 22, 2010 01:45 PM|LINK
Thanks for the response. If I remove
, it still does not redirect to ErrorMessage.htm, which is a simple htm file that can't throw an asp.net server side error. When I view source after requesting PageThatThrowsApplicationException.aspx, the html containswhich tells me the server responded with the html of the page that threw the exception rather than the html of ErrorMessage.htm.
I'm using IIS6 so
is not available. There is no master page or global.asax error handling.oracle padding Vulnerability