Re: Modify Layout gives error "Server Error in '/' Application" ???

From: Ben (gerard_benoit_at_hotmail.com)
Date: 05/04/04


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>
>
>


Relevant Pages

  • Re: RunTime Error - After my web site running 2 or 3 days
    ... Make sure the server 'EXPORTNETWORK.exortcanada.local' is ... The application-specific permission settings do not grant Local Activation ... custom error settings for this application prevent the details of the ... This tag should then have its ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: .net web.config file
    ... The advice regarding the root directory configured as a virtual ... to be done on the hosting server. ... The error I get is about custom errors. ... > error settings for this application prevent the details of the application ...
    (microsoft.public.frontpage.client)
  • Re: INSTALL PROBLEM #1
    ... In my case that message (on a couple of machines) was then a timeout ... > Server Error in '/' Application. ... This tag should then have its "mode" ... The current error page you are seeing can be replaced by a custom ...
    (microsoft.public.sharepoint.windowsservices)
  • Problems with application configuration (web.config)
    ... An application error occurred on the server. ... configuration file located in the root directory of the current web ... This tag should then have its "mode" attribute ... The current error page you are seeing can be replaced by a custom ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Server Error in / Application.
    ... I ma using ASP server controls. ... This tag should then have its "mode" attribute ... The current error page you are seeing can be replaced by a custom ...
    (microsoft.public.dotnet.framework.aspnet)