Re: IIS6 issue with asp.net pages hosting.
From: Juan T. Llibre (nomailreplies_at_nowhere.com)
Date: 02/24/05
- Next message: Rik: "How to connect SQL Server from ASP.NET Page"
- Previous message: kit: "Re: Displaying a aspx page within a page"
- In reply to: Jensen bredal: "Re: IIS6 issue with asp.net pages hosting."
- Next in thread: Jensen bredal: "Re: IIS6 issue with asp.net pages hosting."
- Reply: Jensen bredal: "Re: IIS6 issue with asp.net pages hosting."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Feb 2005 18:26:48 -0400
Let's go back to the beginning, then.
You said :
>> I have done what ever the error say might have caused the problem with no
>> luck.
Your error is :
>>> ASP.NET is not authorized to access the requested resource.
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 ?
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
=====================
"Jensen bredal" <jensen.bredahl@yahoo.com> wrote in message
news:OOReYvrGFHA.2976@TK2MSFTNGP15.phx.gbl...
> Indexing service is desabled.
>
> No AV software running
>
>
> "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message
> news:ew56herGFHA.576@TK2MSFTNGP15.phx.gbl...
>> 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.
>>
>>
>>
>> Juan T. Llibre
>> ASP.NET MVP
>> http://asp.net.do/foros/
>> Foros de ASP.NET en Espaņol
>> =====================
>>
>> "Jensen bredal" <jensen.bredahl@yahoo.com> wrote in message
>> news:u2g7iPrGFHA.1740@TK2MSFTNGP09.phx.gbl...
>>>
>>>
>>> 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
>>>
>>>
>>>
>>
>>
>
>
- Next message: Rik: "How to connect SQL Server from ASP.NET Page"
- Previous message: kit: "Re: Displaying a aspx page within a page"
- In reply to: Jensen bredal: "Re: IIS6 issue with asp.net pages hosting."
- Next in thread: Jensen bredal: "Re: IIS6 issue with asp.net pages hosting."
- Reply: Jensen bredal: "Re: IIS6 issue with asp.net pages hosting."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|