The following error occurred while opening the page
?
"/" Server error in the application.
Run-time error
description :? An application error occurred on the server. Current custom error settings for this application prevent remote viewing of application error details(for security reasons). However, it can be viewed by a browser running on the local server computer. ?
More information : ?to enable others to view the details of this specific error message on a remote computer, at the currentWebunder the application root directory"Web. config"configuration file, create a<customErrors>tags. You should then use this<customErrors>of the tag"mode"attribute is set to"Off".
? <!--Web. config config file --> ? <CONFIGURATION> <system.web> <customerrors mode= "Off"/> </system.web> </CONFIGURATION> |
note : by modifying the application's <customErrors> configuration tag "defaultredirect" of the custom error page. URL
? <!--Web. config configuration file - ? <configuration> <system.web> <customerrors mode= "RemoteOnly" defaultredirect= "mycustompage.htm"/> </system.web> </configuration> |
. NET prohibit remote viewing of application error details, application errors on the server