Custom Error Page
1 min read
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>... Read More
