Re: Worker Process Write Permissions

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



It's not the worker process which needs write permissions.

It's the account the worker process is running as which needs
write permissions.

Run this short file I wrote :

identity.aspx
-----------------
<%@ Page Language="VB" %>
<%@ Import NameSpace = System.Security.Principal %>
<script runat="server">
Sub Page_Load()
Dim tmp As String = WindowsIdentity.GetCurrent.Name()
Label1.Text = tmp
End Sub
</script>
<html>
<head>
<title>WindowsIdentity.GetCurrent.Name()</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" Runat="server" Text="Label"></asp:Label>
</div>
</form>
</body>
</html>
-------------

That will return the account the aspnet worker process is running under.
Then, give whatever write permissions you need to give to that account.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Carl Gilbert" <nospam@xxxxxxxxxx> wrote in message
news:uiIPmy$eFHA.1040@xxxxxxxxxxxxxxxxxxxxxxx
> Hi
>
> I am trying to get an online gallery (www.ngallery.org - open source) to upload image to
> a folder. At the moment I am using localhost but plan to move to some web space when I
> get it all working.
>
> I need to update my 'images' folder permissions so the ASP.NET worker process has write
> permissions.
>
> However, when I go to the folder permissions, there is not worker process entry. I have
> IIS on my machine and I am running Windows XP Pro.
>
> How can I get the worker process to show up in the security tab?
> Would it help if I tried working with some web space rather than on a desktop?
>
> Regards, Carl Gilbert
>


.



Relevant Pages

  • Re: Worker Process Write Permissions
    ... > It's not the worker process which needs write permissions. ... > That will return the account the aspnet worker process is running under. ... >> However, when I go to the folder permissions, there is not worker process ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: NTFS + Impersonation + Asp.Net
    ... so that you could uniform all NTFS permissions on ... ASPNET worker process and the user accounts? ... asmx files with NTFS using NT User accounts? ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: NTFS + Impersonation + Asp.Net
    ... No, the worker process runs as "aspnet" or any other principal as configured in your machine.config file, note that the process is ... > permissions because you still have to give permissions to ... > that user account. ... as a test I set NTFS file permisions to refuse ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: web application can not access event log
    ... Joseph, I am creating the keys in a windows app. ... The Asp.Net worker process ... gets it's security violation trying to "read" the registry. ... When I compare the permissions in Regedit, the permissions of a log file ...
    (microsoft.public.dotnet.security)
  • Re: Incoming E-Mail - cant create contact in OU
    ... account out of local administrator to attempt to find any denied access. ... I then added full permissions to my user account on both of these keys, ... local admin rights to the server hosting incoming email. ... what permission I need to give the app pool locally to avoid this issue. ...
    (microsoft.public.sharepoint.windowsservices)