<system.web>
<customErrors mode="On"></customErrors> </system.web>
<location path="CustomErrorsOn">
<customErrors mode="On"> <error statusCode="404" redirect="~/ErrorPages/Error404.aspx"></error> </customErrors>
</system.web>
</location>
<location path="CustomErrorsOff">
<customErrors mode="Off"></customErrors>
Show Comments (1)
Loading Comments. Please Wait...