Advertisement
Guest User

Untitled

a guest
Mar 17th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!-- Web.Config Configuration File -->
  2.  
  3. <configuration>
  4. <system.web>
  5. <customErrors mode="Off"/>
  6. </system.web>
  7. </configuration>
  8.  
  9. and this under
  10.  
  11. <!-- Web.Config Configuration File -->
  12.  
  13. <configuration>
  14. <system.web>
  15. <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
  16. </system.web>
  17. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement