Upload Permissions



I am trying to execute a file upload of a file but I ghet the error shown
below. I do have MyMachine\ASPNET permission set but I am using IIS6 and
the error information indicates that the base process identity is "Network
Service" in that case but I cannot find any such identity? How can I grand
the necessary access?

Wayne

============================================================
Exception Details: System.UnauthorizedAccessException: Access to the path
"C:\Banner.NET\images\banners\xtb_banner.swf" 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.


.



Relevant Pages

  • Server Error in Photos Application
    ... granting access rights to the resource to the ASP.NET request identity. ... Network Service on IIS 6) that is used if the application is not ... If the application is impersonating via <identity ... IUSR_MACHINENAME) or the authenticated request user. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Debugging a c# serviced component
    ... ServicedComponent ... > granting access rights to the resource to the ASP.NET request identity. ... If the application is impersonating via <identity ... > IUSR_MACHINENAME) or the authenticated request user. ...
    (microsoft.public.dotnet.languages.csharp)
  • ASP. NET and COM+
    ... ASP.NET is not authorized to access the requested resource. ... Network Service on IIS 6) that is used if the application is not ... If the application is impersonating via <identity ... IUSR_MACHINENAME) or the authenticated request user. ...
    (microsoft.public.dotnet.framework.aspnet)
  • webclient.downloadfile
    ... ASP.NET is not authorized to access the requested resource. ... Network Service on IIS 6) that is used if the application is not ... If the application is impersonating via <identity ... IUSR_MACHINENAME) or the authenticated request user. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • delete file access denied to the authorized folder(no way out)
    ... Please any urgent help regarding following code. ... granting access rights to the resource to the ASP.NET request identity. ... If the application is impersonating via <identity ... or the authenticated request user. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading