Advertisement
Guest User

Untitled

a guest
May 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <configuration>
  2. <system.web>
  3. <customErrors mode="On" defaultRedirect="apperror.aspx">
  4. <error statusCode="404" redirect="404.aspx" />
  5. <error statusCode="500" redirect="500.aspx" />
  6. </customErrors>
  7. </system.web>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement