Im having trouble implementing the "simple" code for redirecting errors
to a custom user error page.
Do i simply type the following:
<configuratio n>
<system.web>
<customErrors mode="On" defaultRedirect ="errorpage.asp x"
/>
<compilation debug="true"/>
</system.web>
</configuration>
Is there anything else i must do??
to a custom user error page.
Do i simply type the following:
<configuratio n>
<system.web>
<customErrors mode="On" defaultRedirect ="errorpage.asp x"
/>
<compilation debug="true"/>
</system.web>
</configuration>
Is there anything else i must do??