Ask a Question related to ASP.NET Security, Design and Development.
-
Thomas Cooper #1
UnauthorizedAccessException
ASP.NET application set up as follows:
machine.config set to run as "SYSTEM"
web.config has impersonate="true", authentication
mode="None"
IIS set to use Anonymous Authentication (required since
site is public).
When the aspx page runs, it throws the following error:
System.UnauthorizedAccessException: Access to the
path "C:\WINNT\TEMP\s51yjw0f.dll" is denied.
In this error the path is always the same, but the dll
referenced seems to be a randomly-generated name.
If I change my IIS to use Integrated Windows
Authentication, the site works (but only within the
private network).
We have other sites configured this way, some work and
some exhibit this same behavior. Any clues?
Thanks in advance,
Tom
Thomas Cooper Guest
-
UnauthorizedAccessException when using COM interop
Hi, I am currently working on a webservice that is calling functions from a VB6 COM component. the COM is working when called from a regular .NET... -
Serer error: System.UnauthorizedAccessException
I have a web app that works fine in my XP pro developer PC. I moved it to the test server(windows server 2003 standard) with Copy project and when I... -
System.UnauthorizedAccessException
Hello, I'm using this code to access a network share from an asp.net page: Dim dir As DirectoryInfo = New... -
UnauthorizedAccessException when creating virtual dir from asp.net
In c# we have a function that creates a virtual directory in IIS 6.0 using DirectoryServices API. The code looks like this: // log in to IIS... -
cdoobject.send causes UnauthorizedAccessException
The following code fragment works as part of an page.asp but when I tried it under asp.net I get an UnauthorizedAccessException. The text of the...



Reply With Quote

