| George 2005-03-07, 4:10 pm |
| The following error message appears each time I try to access the web
service using ?wsdl or ?disco.
The iusr & aspnet & iis_wpg have full control on all these directories. I
originally developed this on windowsxp without an issue but cant get it
function windows 2003 server environment. I have also hardcode the
impersonate settings to administrator in an attempt to fix the issue.
Any help would be appreciated.
*************
Failed to create file C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\development\14f72b9b\8ad417a0\scxy
e5om.out.
Description: An unhandled exception occurred during compilation using the
CodeDomProvider 'Microsoft.VisualBasic.VBCodeProvider'. 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\development\14f72b9b\8ad417a0\scxy
e5om.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: Failed to create file
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\development\14f72b9b\8ad417a0\scxy
e5om.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(CompilerParameter
s
options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledType() +227
|