Backup and Restore... a new twist to a tired question.
From: Bernadou (anonymous_at_discussions.microsoft.com)
Date: 04/28/04
- Next message: Naseer Mubashir: "Could not start www publishing service"
- Previous message: vita: "Server Windows 2003 (configuration of router)"
- Next in thread: Kristofer Gafvert: "Re: Backup and Restore... a new twist to a tired question."
- Reply: Kristofer Gafvert: "Re: Backup and Restore... a new twist to a tired question."
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Naseer Mubashir: "Could not start www publishing service"
- Previous message: vita: "Server Windows 2003 (configuration of router)"
- Next in thread: Kristofer Gafvert: "Re: Backup and Restore... a new twist to a tired question."
- Reply: Kristofer Gafvert: "Re: Backup and Restore... a new twist to a tired question."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|