Server Error in '/' application

Options
Windows Server 2008 R2 SP1 fully patched.  We have a pair of these setup as a load blancing webservers


Any one seen this error message.  If you have, do you know how to fix it.


Runtime error

Description: An application error occured on the server.  The current custom error settings for this application prevent details of the application error from being reviewed remotely (for security reasons).  It could, however be viewed by browsers running on the local server machine.


Details: To enable the details of this specific error messages to be viewable on remote machines please create a <Custom_error>tag within a web config configuration file locatedin the root directoryof the current web application.  This ,<custom eerrors> tag should then have its 'mode' attribute set to Off.


web.config configuration file


<configuration>

  <system.web>

<customerrors mode=off />

</system.web>

,/configuration>


Notes:  The current error page you are seeing can be replaced by a custom error page by modifying the 'default redierect attribute.of the applications, custom errors configuration tag to point to a custom error page url.


web.config configuration file


<configuratoni>

   <system.web> 

      <customerrors mode=remoteonly defaultredirection=mycustompage.htm/>

</system.web>

</configuration>






 
Tagged:

Comments

Categories