Sharepoint Error

From: David Blandford (david_at_bland4d.com)
Date: 03/06/04


Date: Sat, 6 Mar 2004 08:49:23 -0800

Running SBS2003 Premium with the new Disk 3

Installed SBS2003 completely, did nothing else. Then
installed ISA2000

Get errors trying to configure monitoring. I only get a
successful check mark on Configuring Data Store. I get a
failure on Configuring Data Collection, Alert Thresholds,
and Reports.

On the Company Web site.... When I click on Site Settings
or Help, it asks for credentials, which eventually fails
to the error message below. On the company web site, on
the top right, there is an error message saying Web Part
Error.

Here is the error message after the credential fail.....
Server Error in '/_layouts' 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>
 

Any help is appreciated. It appears everything else
appears to be working.

David Blandford
david@bland4d.com



Relevant Pages

  • Re: Installation error; can it be fixed
    ... In order to see what your real error message is, ... An application error occurred on the server. ... "web.config" configuration file located in the root directory of the ... The current error page you are seeing can be replaced by a custom ...
    (microsoft.public.sharepoint.portalserver)
  • Web Config Error?
    ... I would like to authenticate all subdirectory via asp.net at Windows Server ... To enable the details of this specific error message to be viewable ... configuration file located in the root directory of the current web ... The current error page you are seeing can be replaced by a custom ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Server Error in / Application.
    ... Its a configuration problem. ... To enable the details of this specific error message to be ... The current error page you are seeing can be replaced by a custom ...
    (microsoft.public.sharepoint.portalserver)
  • RE: Server Error in / Application
    ... An application error occurred on the server. ... To enable the details of this specific error message to be viewable ... configuration file located in the root directory of the current web ... The current error page you are seeing can be replaced by a custom ...
    (microsoft.public.windows.server.sbs)
  • Re: SBS2003R2 Sharepoint Web Part Error (new post)
    ... Server Error in '/' Application. ... The current custom error settings for this ... configuration tag to point to a custom ...
    (microsoft.public.windows.server.sbs)