Server Error in '/Backup' Application.



Hi ,

A few days ago I used exchange 2003 sp1 on my sbs 2003 machine. Now i am
getting errors on the backuparea and the monitoring area.
The company web and remote webworkspace are also not available. What to do
now?
------------------------------------------------------------------------------------------------
The error i get on the backup-area:
------------------------------------------------------------------------------------------------
File Not Found.

------------------------------------------------------------------------------------------------
The error i get on the remote webworkspace
------------------------------------------------------------------------------------------------

Cannot login as administrator..
keeps asking for username and then gives access denied
------------------------------------------------------------------------------------------------

The remote webmail works...

Hopefully someone can help me out with this problem as i can not see the
status of the backup..

Thanks!

Ad

Server Error in '/Backup' 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: The XML file
c:\winnt\microsoft.net\framework\v1.1.4322\Config\deviceUpdate.config could
not be loaded. Could not find file
"c:\winnt\microsoft.net\framework\v1.1.4322\Config\deviceUpdate.config".

Source Error:


Line 883:-->
Line 884: <browserCaps>
Line 885: <result
Line 886: type="System.Web.Mobile.MobileCapabilities,
System.Web.Mobile, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" /><file
Line 887: src="deviceUpdate.config" />


Source File:
c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 885


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

------------------------------------------------------------------------------------------------
The error i get on the monitoring area:
------------------------------------------------------------------------------------------------

Server Error in '/Monitoring' 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.

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>
------------------------------------------------------------------------------------------------

The error i get on the company web:
------------------------------------------------------------------------------------------------




.



Relevant Pages

  • customErrors Problem
    ... I am running into this error on our remote web server, ... An application error occurred on the server. ... 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)
  • Server Error on / Application
    ... I get the above error message when I try to run my page on the remote ... to a seperate local directory then copied these to the remote server via ... 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)
  • Asp.net Deployment Issue
    ... I am trying to Deploy ASP.net application on the remote server. ... custom error settings for this application prevent the details of the ... a "web.config" configuration file located in the root directory of the ...
    (microsoft.public.dotnet.framework.performance)
  • Deploy error on Remote Server
    ... production Remote Server which has ASP.net ... Server Error in '/' Application. ... 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: Remote Desktop Problem
    ... Here's the new configuration below...and when I try to change the Wan IP to ... Ethernet adapter Internal LAN: ... Connection-specific DNS Suffix. ... the firebox and then thru the Remote Desktop one day and the next day ...
    (microsoft.public.windows.server.sbs)

Loading