Custom Error Page
Hello Friend is the custom error page in sytem.web tag in a webconfig…….
Examnple:
<customErrors mode=”On” defaultRedirect=”ErrorPage.aspx”>
<error statusCode=”403″ redirect=”NoAccess.htm”/>
<error statusCode=”404″ redirect=”FileNotFound.htm”/>
</customErrors>
