Bogus file access error by ASP.NET

From: Andrew Ressler (andrew@microoutsource.com)
Date: 07/01/02


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



Relevant Pages

  • Re: simple question
    ... you shouldn't have ANY .vb files out on your production server. ... > html you just need deploy that .aspx file to have your change take effect. ... we must upload the application to the FTP ... >> having to recompile the whole project and make the whole process again? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Global application Masterpages and Intellisense
    ... this is a known bug in Visual Studio 2005. ... Added a .master file with 3 contentplaceholder controls. ... Added an aspx file with the @Page directive parameter ... I couldnt get the intellisense work for my .aspx pages and the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SQL Server connection string works with IIS 5.1 but not IIS 6 in ASP.NET
    ... if you stay with the code-behind model (which is the default in Visual ... then you will need to recompile the DLL if you make changes ... then it creates in-line code (at the top of the aspx file). ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Bug In Visual Studio.NET
    ... If you don't stick the script tag into the aspx file, ... >> The Bug, ... >> inside it insert a field required validator and a textbox, ... >> on button click set the tables visible property to true. ...
    (microsoft.public.vsnet.general)
  • broken link between aspx file and aspx.cs file
    ... want to criticise VS .NET - don't let me stop you;) Any ... >the aspx file have not fixed it. ... changing the namespace ... >names also did not help - is this a known bug? ...
    (microsoft.public.dotnet.languages.csharp)