Bogus file access error by ASP.NET
From: Andrew Ressler (andrew@microoutsource.com)
Date: 07/01/02
- Next message: Michael Howard [MS]: "Re: Completion ports in .NET"
- Previous message: J: "Re: Form-based authentication for one file only"
- Next in thread: Patrick C. Cole: "RE: Bogus file access error by ASP.NET"
- Reply: Patrick C. Cole: "RE: Bogus file access error by ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Andrew Ressler" <andrew@microoutsource.com> Date: Mon, 1 Jul 2002 13:37:14 -0700
Often when developing or running an ASP.NET it gets an
error when trying to recompile an ASPX file. It appears
it is trying to delete one of its own temporary files. I
get the following exception thrown below, which blows off
my session as well. What is the correct work around for
this bug.
A first chance exception of
type 'System.UnauthorizedAccessException' occurred in
mscorlib.dll
Additional information: Access to the
path "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
\Temporary ASP.NET Files\ishelp\a31bbef8\5fe5187
\fpetaky3.dll.delete" is denied.
Thank you,
Andrew
- Next message: Michael Howard [MS]: "Re: Completion ports in .NET"
- Previous message: J: "Re: Form-based authentication for one file only"
- Next in thread: Patrick C. Cole: "RE: Bogus file access error by ASP.NET"
- Reply: Patrick C. Cole: "RE: Bogus file access error by ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|