Re: Runtime error while running web application on remote machine

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Juan T. Llibre (nomailreplies_at_nowhere.com)
Date: 02/01/05


Date: Tue, 1 Feb 2005 03:05:25 -0400

Hi, Shuvro.

A setting in machine.config *cannot*
override a setting in web.config.

A setting in web.config *can*
override a setting in machine.config.

Juan T. Llibre
ASP.NET MVP
===========
"Shuvro Mazumder [MSFT]" <shuvrom@online.microsoft.com> wrote in message
news:uuLy$e$BFHA.824@TK2MSFTNGP11.phx.gbl...
> Maybe the setting is overridden in the machine.config on your webserver
>
> - Shuvro

> "Marina Anufreichik" <marina_at_pdvcorp_dot_com> wrote in message
> news:e9V1bZXBFHA.2316@TK2MSFTNGP15.phx.gbl...
>> In web config the setting for customErrors is off, but it still not
>> displaying
>>
>> Thanks
>>
>> Marina
>>
>> "Shuvro Mazumder [MSFT]" <shuvrom@online.microsoft.com> wrote in message
>> news:%2397oUVXBFHA.2192@TK2MSFTNGP14.phx.gbl...
>> > Try getting the actual error message by temporarily setting the
>> customErrors
>> > mode to off. That should show you the actual exception you're getting
>> > on
>> the
>> > remote server.
>> >
>> > --
>> > This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> > Use of included script samples are subject to the terms specified at
>> > http://www.microsoft.com/info/cpyright.htm.
>> >
>> >
>> >
>> > "Marina Anufreichik" <marina_at_pdvcorp_dot_com> wrote in message
>> > news:uKcDp#WBFHA.2580@TK2MSFTNGP10.phx.gbl...
>> > > Hi,
>> > >
>> > > After deploymnet web application on web server I can access page on
>> local
>> > > machine and login fine but when I'm trying to access web site from
>> remote
>> > > machine I can see login page, but when I'm trying to login with
> correct
>> > > credentials it give me error:
>> > >
>> > > Server Error in '/PDVMgr' Application.
>> > >
>> >
>>
>> --------------------------------------------------------------------------
>> > --
>> > > ----
>> > >
>> > > 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
>> > "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".
>> > >
>> > >
>> > >
>> > > ANY SUGGESTIONS AND CONCERNS???????
>> > >
>> > >
>> > >
>> > > Thanks
>> > >
>> > > Marina
>> > >
>> > >
>> >
>> >
>>
>>
>
>



Relevant Pages