Ask a Question related to ASP.NET Security, Design and Development.
-
Martin Erskine #1
Help! - ASP.NET cannot 'Temporary ASP NET Files'
Guys,
Sorry if this has been covered and for the cross post(ish).
I have tried suggestion I have come across (i.e. Adding myself to the
'Debuggers' group, ASPNET as an Administrator. - no luck yet.
I get the following page when running VS ASP project against my W03 Server:
Server Error in '/ASPTest/testASP' Application.
----------------------------------------------------------------------------
----
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
ASP.NET Files\asptest_testasp\621957c9\37393274" is denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\asptest_testasp\621957c9\37393274" is denied.
ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET write access to a file, right-click the file in Explorer,
choose "Properties" and select the Security tab. Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account, and check the
boxes for the desired access.
Any suggestions greatly welcomed.
I can provide more detail of what i have done and current settings if
someone can help!
Ta Much,
Martin.
Martin Erskine Guest
-
Temporary Internet Files
Hi, Does any have an idea where Contribute 3 places it's temporary internet files? -
Temporary Flat Files
I have an ASP 3 application that I am converting to and improving with ASP.NET. This application creates two temporary flat files and appends them... -
the temporary flash files
I don't know why but I can't veiw my temporary flash files. One time I was able to bring it up, I have tried to repeat the same process many times... -
Where is Temporary Files for ASP.NET?
I want to detect through code where the ASP.NET temporary files location is, or where the System TEMP directory is, so I can write temporary... -
Temporary files
I was working on a 100+ MB file when comp restarted, have no idea why, lost almost 2 hours work, in temporary files folder there's a 1GB file which i...



Reply With Quote

