Re: Server Mngt- Backup and Monitor and report Broken after SP2 instal



Go to IIS Manager, '<Server>', 'Web Sites', 'Default Web Site' right click on the 'Backup' virtual directory and select 'Properties'. Towards the bottom of the window there is a section called 'Application Settings'. First entry is 'Application name:' and to the right there is a button. What does the button say? Is it 'Remove' or 'Create'? Do the same thing for the 'Monitoring' virtual directory.

If the button says 'Create', click it to create the application on both virtual directories. If that doesn't solve the problem, the error message doesn't help much

--
Costas


"ajlimberis" <ajlimberis@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:79BBBF12-3737-4259-B49F-A253E0B40254@xxxxxxxxxxxxxxxx
From he server management console, when I click on the backup link. I get the
following error displayed. I get a similar error for monitor and reporting
(shown below)

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.

Source Error:


Line 75: "Passport" and "None"
Line 76: -->
Line 77: <authentication mode="Windows" />
Line 78: <identity impersonate="true" />
Line 79:


Source File: C:\Inetpub\Backup\web.config Line: 77


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET
Version:1.1.4322.2407


Monitor and reporting error

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.

Source Error:


Line 248: "Passport" and "None"
Line 249: -->
Line 250: <authentication mode="Windows" />
Line 251: <identity impersonate="true" />
Line 252:


Source File: C:\Inetpub\monitoring\web.config Line: 250


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET
Version:1.1.4322.2407


.