Re: monitoring / sharepoint / rww no longer work after installing SP2
- From: "Steve" <newsgroup@xxxxxxxxxx>
- Date: Tue, 17 Apr 2007 10:25:58 -0700
Lots of posts here and elsewhere advising not installing SP2 at this time.
Check and bookmark the SBS team blog which has some info on known issues:
http://blogs.technet.com/sbs
"Richard Young" <RichardYoung@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A8082D1D-1693-453C-9618-F12D22FB8313@xxxxxxxxxxxxxxxx
Immediately afterinstalling Windows 2003 SP2 I noticed that the monitoring
app no longer works. I receive the following error:
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.
Details: To enable the details of this specific error message to be
viewable
on the local server machine, 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 "RemoteOnly". To enable the details to be viewable on
remote
machines, please set "mode" to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</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="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Are there any known issues with Windows 2003 SP2 and Server Monitoring on
SBS 2003 R2?
All auto-started services are running, however I had to manually start
about
4-5 services after the reboot after applying SP2.
Please advise.
--
__________________________
Richard Young, SBSC, CNE
http://www.relyonit.com
.
- Prev by Date: Re: Publishing folders on companyweb
- Next by Date: RE: Remote DNS Issue
- Previous by thread: Re: Remote web workplace access problems
- Next by thread: Re: Shared Contacts Folder
- Index(es):
Relevant Pages
|