For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > December 2005 > <customErrors mode="Off"/> PROBLEM









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author <customErrors mode="Off"/> PROBLEM
Savas Ates

2005-12-18, 7:57 am

I have a web application It works well in my local fodler.. When i upload it
to my web server i got

To enable the details of this specific error message to be viewable on
remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".


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

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Eliyahu Goldin

2005-12-18, 7:57 am

What is the problem? If you want to see detailed error messages, just follow
the advice.

Eliyahu

"Savas Ates" <savas@indexinteractive.com> wrote in message
news:OvgU$C8AGHA.916@TK2MSFTNGP10.phx.gbl...
>I have a web application It works well in my local fodler.. When i upload
>it
> to my web server i got
>
> To enable the details of this specific error message to be viewable on
> remote machines, please create a <customErrors> tag within a "web.config"
> configuration file located in the root directory of the current web
> application. This <customErrors> tag should then have its "mode" attribute
> set to "Off".
>
>
> <!-- Web.Config Configuration File -->
>
> <configuration>
> <system.web>
> <customErrors mode="Off"/>
> </system.web>
> </configuration>
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com