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

From: Mike Walsh (englantilainen_at_hotmail.com)
Date: 05/04/04


Date: Tue, 4 May 2004 19:41:01 +0300

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: Visual Studio 2005: Configuration Manager seems ve ...
    ... I found another post with my exact problem at the top of the list. ... Also when created a new configuration from the toolbar dropdown it doesn't show up when I got to PROJECT - PROPERTIES - CONFIGURATION MANAGER button. ... I hope someone is able to post a fix or something soon. ...
    (microsoft.public.vsnet.general)
  • Re: Visual Studio 2005: Configuration Manager seems ve ...
    ... I found another post with my exact problem at ... > Also when created a new configuration from the toolbar dropdown it doesn't ... > show up when I got to PROJECT - PROPERTIES - CONFIGURATION MANAGER button. ... > I hope someone is able to post a fix or something soon. ...
    (microsoft.public.vsnet.general)
  • Re: Visual Studio 2005: Configuration Manager seems ve ...
    ... I found another post with my exact problem at the top of the list. ... Also when created a new configuration from the toolbar dropdown it doesn't show up when I got to PROJECT - PROPERTIES - CONFIGURATION MANAGER button. ... I hope someone is able to post a fix or something soon. ...
    (microsoft.public.vsnet.general)
  • RE: IIS 6.0,ASP.NET 1.1 and confiig error
    ... "On" Always display custom messages. ... on the local Web server. ... This section sets the authentication policies of the application. ... configuration file located in the root directory of the current web ...
    (microsoft.public.windows.server.general)
  • Re: Windows Forms Stylesheets?
    ... if your users don't know how to modify Windows appearance I don't see how it would be any easier to teach them to use a custom ... As for role-based changes to the UI, I agree that file-based configuration could be useful to an extent, but you'll still have to ... You could also use the .NET 2.0 Providers framework to create configurable settings for certain aspects of the program. ...
    (microsoft.public.dotnet.framework.windowsforms)