IIS6 issue with asp.net pages hosting.

J

Jensen bredal

Does anyone remmber this?
*********
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\mysite\f6f85ac1\7e19f787" 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.


*********

I have done what ever the error say might have caused the problem with no
luck.

Does someone have an idea?


Many yhanks in advance
JB
 
J

Juan T. Llibre

1. Check to see if the Indexing service is running
If it is, stop it and test again.

2. Check to see if you have antivirus software running.
If it is, stop it and test again.
 
J

Juan T. Llibre

Let's go back to the beginning, then.

You said :

Your error is :

What OS are you running ?

If IIS5, you need to allow access
to the {YourMachineName}\ASPNET account to :
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary ASP.NET Files\mysite\f6f85ac1\7e19f787"

If IIS6, you need to allow access to the
{YourMachineName}\Network Service account to :
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary ASP.NET Files\mysite\f6f85ac1\7e19f787"

This assumes you are *not* impersonating via
<identity impersonate="true"/> in web.config.

You should right-click the "C:\WINDOWS\Microsoft.NET\Framework\
v1.1.4322\Temporary ASP.NET Files" directory, choose "Properties",
select the Security tab, click "Add" to add the appropriate ASP.NET account,
depending on your OS, and check the boxes for the desired access,
making sure the permissions propagate to all the subdirectories.

Is that what you've done ?
 
J

Jensen bredal

That helped...


Many thanks


Juan T. Llibre said:
Let's go back to the beginning, then.

You said :


Your error is :


What OS are you running ?

If IIS5, you need to allow access
to the {YourMachineName}\ASPNET account to :
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary ASP.NET Files\mysite\f6f85ac1\7e19f787"

If IIS6, you need to allow access to the
{YourMachineName}\Network Service account to :
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary ASP.NET Files\mysite\f6f85ac1\7e19f787"

This assumes you are *not* impersonating via
<identity impersonate="true"/> in web.config.

You should right-click the "C:\WINDOWS\Microsoft.NET\Framework\
v1.1.4322\Temporary ASP.NET Files" directory, choose "Properties",
select the Security tab, click "Add" to add the appropriate ASP.NET
account,
depending on your OS, and check the boxes for the desired access,
making sure the permissions propagate to all the subdirectories.

Is that what you've done ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top