Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to see errors on a remote server

Status
Not open for further replies.

sthmpsn1

MIS
Sep 26, 2001
456
US
I am creating a page that is being stored on a remote server. Right now I am getting the error below. I have set the mode to off, but I still get this. I want to be able to see the exact error even though it is stored somewhere else. Any help would be great.

Scott

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed 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 message to be viewable on remote machines, please create a <customErrors> tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This <customErrors> tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode=&quot;Off&quot;/>
</system.web>
</configuration>

 
nevermind it was a problem with my host company
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top