On trying to upload a file, I get the error message below, even though I've
allowed uploads to the _private directory in FrontPage.

However I can't select the security tab in Explorer properties (as suggested
below) because there isn't one. Any ideas on how I can enable write access
gratefully received.

I'm using XP Professional on a standalone PC.


Exception Details: System.UnauthorizedAccessException: Access to the path
"c:\inetpub\wwwroot\demo\_private\j0239185.wmf" is denied.

The ASP.NET process is not authorized to access the requested resource. For
security reasons the default ASP.NET process identity is
'{machinename}\ASPNET', which has limited privileges. Consider granting
access rights to the resource to the ASP.NET process identity.

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
"{machinename}\ASPNET" user. Highlight the ASP.NET account, and check the
Write box in the Allow column.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.784 / Virus Database: 530 - Release Date: 27/10/2004

Re: Can't upload file by Thomas

Thomas
Thu Jun 02 15:39:10 CDT 2005

Don't use the _private folder as the FP extensions control the permissions on it. Create another
folder and then assign whatever permissions you need via NTFS, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Ian Hills" <ianhills@waitrose.com> wrote in message news:d7npm1$ipo$1@domitilla.aioe.org...
> On trying to upload a file, I get the error message below, even though I've
> allowed uploads to the _private directory in FrontPage.
>
> However I can't select the security tab in Explorer properties (as suggested
> below) because there isn't one. Any ideas on how I can enable write access
> gratefully received.
>
> I'm using XP Professional on a standalone PC.
>
>
> Exception Details: System.UnauthorizedAccessException: Access to the path
> "c:\inetpub\wwwroot\demo\_private\j0239185.wmf" is denied.
>
> The ASP.NET process is not authorized to access the requested resource. For
> security reasons the default ASP.NET process identity is
> '{machinename}\ASPNET', which has limited privileges. Consider granting
> access rights to the resource to the ASP.NET process identity.
>
> 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
> "{machinename}\ASPNET" user. Highlight the ASP.NET account, and check the
> Write box in the Allow column.
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.784 / Virus Database: 530 - Release Date: 27/10/2004
>
>



Re: Can't upload file by Kyle

Kyle
Thu Jun 02 21:12:43 CDT 2005

articles on permissions that may help

http://www.powerasp.com/content/new/windows_2003_server_and_permissions.asp

"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:u008hM7ZFHA.3840@tk2msftngp13.phx.gbl...
> Don't use the _private folder as the FP extensions control the permissions
> on it. Create another folder and then assign whatever permissions you need
> via NTFS, etc.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WebMaster Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Ian Hills" <ianhills@waitrose.com> wrote in message
> news:d7npm1$ipo$1@domitilla.aioe.org...
>> On trying to upload a file, I get the error message below, even though
>> I've
>> allowed uploads to the _private directory in FrontPage.
>>
>> However I can't select the security tab in Explorer properties (as
>> suggested
>> below) because there isn't one. Any ideas on how I can enable write
>> access
>> gratefully received.
>>
>> I'm using XP Professional on a standalone PC.
>>
>>
>> Exception Details: System.UnauthorizedAccessException: Access to the path
>> "c:\inetpub\wwwroot\demo\_private\j0239185.wmf" is denied.
>>
>> The ASP.NET process is not authorized to access the requested resource.
>> For
>> security reasons the default ASP.NET process identity is
>> '{machinename}\ASPNET', which has limited privileges. Consider granting
>> access rights to the resource to the ASP.NET process identity.
>>
>> 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
>> "{machinename}\ASPNET" user. Highlight the ASP.NET account, and check the
>> Write box in the Allow column.
>>
>>
>>
>> ---
>> Outgoing mail is certified Virus Free.
>> Checked by AVG anti-virus system (http://www.grisoft.com).
>> Version: 6.0.784 / Virus Database: 530 - Release Date: 27/10/2004
>>
>>
>
>



Re: Can't upload file by Kyle

Kyle
Thu Jun 02 21:13:12 CDT 2005

and

http://www.powerasp.com/content/new/windows_xp_pro_and_permissions.asp




"Kyle Peterson" <kpete23@hotmail.com> wrote in message
news:v0Pne.12820$zb.9252@trndny01...
> articles on permissions that may help
>
> http://www.powerasp.com/content/new/windows_2003_server_and_permissions.asp
>
> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> news:u008hM7ZFHA.3840@tk2msftngp13.phx.gbl...
>> Don't use the _private folder as the FP extensions control the
>> permissions on it. Create another folder and then assign whatever
>> permissions you need via NTFS, etc.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WebMaster Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Ian Hills" <ianhills@waitrose.com> wrote in message
>> news:d7npm1$ipo$1@domitilla.aioe.org...
>>> On trying to upload a file, I get the error message below, even though
>>> I've
>>> allowed uploads to the _private directory in FrontPage.
>>>
>>> However I can't select the security tab in Explorer properties (as
>>> suggested
>>> below) because there isn't one. Any ideas on how I can enable write
>>> access
>>> gratefully received.
>>>
>>> I'm using XP Professional on a standalone PC.
>>>
>>>
>>> Exception Details: System.UnauthorizedAccessException: Access to the
>>> path
>>> "c:\inetpub\wwwroot\demo\_private\j0239185.wmf" is denied.
>>>
>>> The ASP.NET process is not authorized to access the requested resource.
>>> For
>>> security reasons the default ASP.NET process identity is
>>> '{machinename}\ASPNET', which has limited privileges. Consider granting
>>> access rights to the resource to the ASP.NET process identity.
>>>
>>> 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
>>> "{machinename}\ASPNET" user. Highlight the ASP.NET account, and check
>>> the
>>> Write box in the Allow column.
>>>
>>>
>>>
>>> ---
>>> Outgoing mail is certified Virus Free.
>>> Checked by AVG anti-virus system (http://www.grisoft.com).
>>> Version: 6.0.784 / Virus Database: 530 - Release Date: 27/10/2004
>>>
>>>
>>
>>
>
>