Re: Modify Layout gives error "Server Error in '/' Application" ???
From: Ben (gerard_benoit_at_hotmail.com)
Date: 05/04/04
- Next message: Omar Solis: "Language Question"
- Previous message: Ben: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- In reply to: Mike Walsh: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- Next in thread: Mike Walsh: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- Reply: Mike Walsh: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- Reply: Stan: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 4 May 2004 10:21:56 -0700
Mike,
If I wanted to repair this error, where is the root directory of the current
web application mentionned below is?
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".
"Mike Walsh" <englantilainen@hotmail.com> wrote in message
news:%23qVtXafMEHA.3348@TK2MSFTNGP09.phx.gbl...
> This is not something you need to fix.
>
> Follow the instructions in this message.
>
> Then next time you will get a message explaining what the exact problem is
> instead of this message.
>
> (When I got this it, it was actually a time-out problem and when I did
what
> this message said to do, next time I got a message telling me about the
> time-out instead of this one.)
>
> I would also upgrade asap. There's no point in continuing to run the Beta.
>
> Mike Walsh, Helsinki, Finland
> WSS FAQ at wss.collutions.com
> Please post questions to the newsgroup only.
>
>
> "Ben" <gerard_benoit@hotmail.com> wrote in message
> news:#nPTtQfMEHA.3668@TK2MSFTNGP11.phx.gbl...
> Situation
> Currently using the WSS final beta. We're trying to put the final touches
> to our web site.
> We are modifying the layout and using the 2 commands
>
> - Add Web Part
> - Design this Page
>
> But everytime we choose either command in either Shared View or Personal
> View we get the following error message. Anybody knows how to fix this?
> Thanks,
>
> Ben
>
> Server Error in '/' 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". > > <!-- 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 "defaultRedirect" attribute of the application's > <customErrors> configuration tag to point to a custom error page URL. > > <!-- Web.Config Configuration File --> > > <configuration> > <system.web> > <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> > </system.web> > </configuration> > >
- Next message: Omar Solis: "Language Question"
- Previous message: Ben: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- In reply to: Mike Walsh: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- Next in thread: Mike Walsh: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- Reply: Mike Walsh: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- Reply: Stan: "Re: Modify Layout gives error "Server Error in '/' Application" ???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|