D
dm1608
I have an ASP.NET 2.0 application that is giving me exception errors when
particular queries are run. Running webpage locally, I can see the stack
trace of the error. Running remotely, I get the frierndly page telling me
that there is an error and I have to change the "mode" in order to view
errors remotely and/or setup a CustomerError page.
I have a custom error page setup but ASP doesn't seem to be invoking it...
within the <system.web> I have:
<customErrors mode="RemoteOnly" defaultRedirect="~/Error.htm">
</customErrors>
This doesn't appear to be working. I've tried changing the path to
/Error.htm and also /AppDir/Error.htm without success.
Anyone have any ideas?
particular queries are run. Running webpage locally, I can see the stack
trace of the error. Running remotely, I get the frierndly page telling me
that there is an error and I have to change the "mode" in order to view
errors remotely and/or setup a CustomerError page.
I have a custom error page setup but ASP doesn't seem to be invoking it...
within the <system.web> I have:
<customErrors mode="RemoteOnly" defaultRedirect="~/Error.htm">
</customErrors>
This doesn't appear to be working. I've tried changing the path to
/Error.htm and also /AppDir/Error.htm without success.
Anyone have any ideas?