all groups > iis security > may 2004 >
You're in the

iis security

group:

Access Denied



Access Denied Simon
5/31/2004 8:47:14 AM
iis security: Hi,

I have Windows Server 2003 with IIS 6 and CMS 2002 for my
intranet. Everything was working well on my development
server. But now I try to put it on my production server,
and when I try to access the intranet, I get an ASP.NET
which basically tells that ASP.NET can't access IIS. A
complete description of the error follows. Can anyone
help me with that?

TIA,
Simon

==========================================================
Access to the
path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary ASP.NET Files\woodgrovenet\b30d75f3\32175c07"
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
\Temporary ASP.NET Files\woodgrovenet\b30d75f3\32175c07"
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.
Re: Access Denied Simon
6/1/2004 5:09:19 AM
It has the required permissions. I also tried the
suggestions of the error message. Still not working.

Simon
[quoted text, click to view]
Re: Access Denied Paul Lynch
6/1/2004 3:09:59 PM
On Tue, 1 Jun 2004 05:09:19 -0700, "Simon"
[quoted text, click to view]

Try using Filemon to determine if it really is a permissions issue,
which I'm pretty sure it is...

HOWTO: Track "Permission Denied" Errors on DLL Files
http://support.microsoft.com/?id=286198


Regards,

Paul Lynch
Re: Access Denied Bernard
6/1/2004 4:12:41 PM
The error msgs is pretty clear. ensure the application user has at least
READ permission to the resource file.

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



[quoted text, click to view]

AddThis Social Bookmark Button