<!-- web.config configuration file --> <configuration> <system.web> <customerrors mode="off"/> </system.web> </configuration>
<!-- web.config configuration file --> <configuration> <system.web> <customerrors mode="remoteonly" defaultredirect="mycustompage.htm"/> </system.web> </configuration>
????????? »