RE: Bogus file access error by ASP.NET
From: Patrick C. Cole (patcole@NOSPAMmicrosoft.com)
Date: 07/03/02
- Next message: Andrew Ressler: "RE: Bogus file access error by ASP.NET"
- Previous message: Andrew Ressler: "Unexpected PolicyException thrown on System config file"
- In reply to: Andrew Ressler: "Bogus file access error by ASP.NET"
- Next in thread: Andrew Ressler: "RE: Bogus file access error by ASP.NET"
- Reply: Andrew Ressler: "RE: Bogus file access error by ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: patcole@NOSPAMmicrosoft.com (Patrick C. Cole (MS)) Date: Wed, 03 Jul 2002 15:22:49 GMT
Andrew,
You may try to set the "Replace permissions entries on all child
objects..." located on the Security Tab of the "Temporary ASP.NET Files"
directory Properties dialog.
Hope this helps,
Patrick Cole
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Andrew Ressler" <andrew@microoutsource.com>
| Sender: "Andrew Ressler" <andrew@microoutsource.com>
| Subject: Bogus file access error by ASP.NET
| Date: Mon, 1 Jul 2002 13:37:14 -0700
| Lines: 19
| Message-ID: <1462401c2213f$153bebe0$39ef2ecf@TKMSFTNGXA08>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcIhPxU7kCag9eemSHW3bbcqvQBf/Q==
| Newsgroups: microsoft.public.dotnet.framework.aspnet.security
| NNTP-Posting-Host: TKMSFTNGXA08 10.201.226.36
| Path: cpmsftngxa07!cpmsftngxa08
| Xref: cpmsftngxa07 microsoft.public.dotnet.framework.aspnet.security:1400
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
|
| 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: Andrew Ressler: "RE: Bogus file access error by ASP.NET"
- Previous message: Andrew Ressler: "Unexpected PolicyException thrown on System config file"
- In reply to: Andrew Ressler: "Bogus file access error by ASP.NET"
- Next in thread: Andrew Ressler: "RE: Bogus file access error by ASP.NET"
- Reply: Andrew Ressler: "RE: Bogus file access error by ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|