Backup and Restore... a new twist to a tired question.

From: Bernadou (anonymous_at_discussions.microsoft.com)
Date: 04/28/04


Date: Wed, 28 Apr 2004 11:51:03 -0700

Ok, I have a problem that 'appears' to be a installation order issue in my Win2K3 server.

I am trying to install and run a .NET web app. Once everything has been moved into the correct VD, and permissions set, I get the following error:

********************Begin Error Message*****************************

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

Failed to create file C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\web\9ee93b6a\c570aeb8\msw6bbmj.out.
Description: An unhandled exception occurred during compilation using the CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.ExternalException: Failed to create file C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\web\9ee93b6a\c570aeb8\msw6bbmj.out.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ExternalException (0x7f): Failed to create file C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\web\9ee93b6a\c570aeb8\msw6bbmj.out.]
   System.CodeDom.Compiler.Executor.CreateInheritedFile(String file) +233
   System.CodeDom.Compiler.Executor.ExecWaitWithCaptureUnimpersonated(IntPtr userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +234
   System.CodeDom.Compiler.Executor.ExecWaitWithCapture(IntPtr userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +260
   System.CodeDom.Compiler.CodeCompiler.Compile(CompilerParameters options, String compilerDirectory, String compilerExe, String arguments, String& outputFile, Int32& nativeReturnValue, String trueArgs) +383
   System.CodeDom.Compiler.CodeCompiler.FromFileBatch(CompilerParameters options, String[] fileNames) +548
   System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea) +428
   System.CodeDom.Compiler.CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e) +90
   System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit e) +37
   System.Web.Compilation.BaseCompiler.GetCompiledType() +227

 

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

********************End Error Message*****************************

The App developers believe this is an error generated due to the order of installation of .NET and IIS. Their opinion is that if I uninstall and reinstall IIS, then .NET, the problem should resolve.

OK so, assuming that is correct I have a concern. This is a semi production server. It has 5 web sites running different configurations that I don't want reconfigure after reinstallation. I'm assuming that if I follow these steps I should be Ok...

Using IIS Manager backup metabase and shema
uninstall IIS
uninstall .NET
re-install (same computer) IIS
re-install (same computer) .NET
restore metabase and schema BU using IIS Manager

(now the million dollar question...)
In theory will all my websites be back in their orignal place with all appropriate permissions in place when I'm all done?

Thanks all...

Bernie



Relevant Pages

  • Frustrations with IIS 6.0 and FPSE continue
    ... I start with a clean installation of IIS 6.0 on Windows Server ... I do a migration from a Windows 2000 Server with IIS 5.0 and FPSE ...
    (microsoft.public.frontpage.extensions.windowsnt)
  • Re: Getting ready to pull my hair out with IIS 6.0 and FPSE
    ... Have you enabled/installed Index Server and created a Index Catalog for the site? ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ... > I posted this over in the IIS group, ... > existing IIS 5.0 installation to the new server. ...
    (microsoft.public.frontpage.client)
  • RE: Microsoft Sharepoint Portal Installation problem
    ... > I'm in a very desperate situation with the installation. ... > 1- Windows server 2003 Enterprise Edition in a domain environemt, ... > IIS with Common Files, IIS Manager, World Wide Web Service ... > one of the SPS prerequisite. ...
    (microsoft.public.sharepoint.portalserver)
  • Re: Getting ready to pull my hair out with IIS 6.0 and FPSE
    ... > Have you enabled/installed Index Server and created a Index Catalog for the site? ... >> I posted this over in the IIS group, ... >> exist on the old IIS installation. ... >> uninstalled IIS and FPSE completely and then did a fresh install. ...
    (microsoft.public.frontpage.client)
  • Re: SBS 2003 Standard IIS Issue
    ... at in IIS on your SBS server? ... It is IIS that comes with SBS 2003 STANDARD Edition. ... >> granting access rights to the resource to the ASP.NET request identity. ... >> An unhandled exception was generated during the execution of the current web ...
    (microsoft.public.windows.server.sbs)

Loading