Re: monitoring / sharepoint / rww no longer work after installing SP2



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



.



Relevant Pages

  • 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)
  • Re: urlMappings interaction with web.config hierarchy
    ... Presumably I either need a way to manually load configuration files before the Rewrite happens, or I need a way to execute a .aspx class as if it were located at a different location. ... I have written custom url mapping modules, but nothing I know how to do will allow me to solve my problem. ... that's not the currently execution directory, use the GetSection(string, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Sharepoint Error
    ... On the company web site, ... there is an error message saying Web Part ... The current custom error settings for this application ... tag within a "web.config" configuration ...
    (microsoft.public.windows.server.sbs)
  • Re: Incorrect Server Error in config file
    ... I assumed that by publishing the site from vs2005 ... server I can browse to testpage.htm, ... custom errors in the config file. ... "web.config" configuration file located in the root directory of the ...
    (microsoft.public.dotnet.framework.aspnet)