Sharepoint Error
From: David Blandford (david_at_bland4d.com)
Date: 03/06/04
- Next message: anonymous_at_discussions.microsoft.com: "Re: Messenger + ICQ - problem connection client"
- Previous message: NickC: "Re: SBS2003 native hardware drivers"
- Next in thread: Ray Fong [MSFT]: "RE: Sharepoint Error"
- Reply: Ray Fong [MSFT]: "RE: Sharepoint Error"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: anonymous_at_discussions.microsoft.com: "Re: Messenger + ICQ - problem connection client"
- Previous message: NickC: "Re: SBS2003 native hardware drivers"
- Next in thread: Ray Fong [MSFT]: "RE: Sharepoint Error"
- Reply: Ray Fong [MSFT]: "RE: Sharepoint Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|