Win2003 and NT AUTHORITY\NetworkService

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Win2003 and NT AUTHORITY\NetworkService

    We have an ASP.NET application on Win2003 box. This application runs under
    default user "NT AUTHORITY\NetworkService". We need to give right
    permissions for this user on a folder to write a file to the disk. But we
    were not able to do so.

    Specifically when we right click on a given folder in windows explorer and
    try to assign the user permissions, we can not select this particular user.
    Did any one encounter this behavior? Would appreciate if any one can help.

    Thanks.
    Raghu/..


    Raghu Guest

  2. Similar Questions and Discussions

    1. Valid Certificate Authority
      Hi, I need to verify that a certificate is coming from a valid certificate authority. Does anybody know where I could obtain a list with that...
    2. What represents NT AUTHORITY/SYSTEM User??
      Hi all, I have an ASP.NET app that connects to SQL server to store and retrieve data, and users may upload and download files from the server...
    3. Certificate Authority Server Service Stopped
      My Certificate Authority Server Service Stopped and gets the following error message: Event ID: 42 Description: Certificate Services did not start:...
    4. Unable to access shared folders under NetworkService Account
      I have a NT Service program that is running under the NetworkService account on XP. The service is unable to access shared folders on a remote...
    5. NT AUTHORITY\SYSTEM
      Might be a Task Scheduler which invokes a shutdown command. Disable it. 1. Click Start > Programs > Accessories > System Tools > Task Scheduler |...
  3. #2

    Default RE: Win2003 and NT AUTHORITY\NetworkService

    Did you try specifying the user as e.

    SVR01\network servic

    (where SVR01 is the name of your server)
    richlm Guest

  4. #3

    Default Re: Win2003 and NT AUTHORITY\NetworkService

    It tried. However I used "networkservice" instead of "network service". It
    made a difference.

    Thanks.

    "richlm" <rich_lm (hotmail)> wrote in message
    news:03E94902-4D83-4787-B2F1-A9E855278D85@microsoft.com...
    > Did you try specifying the user as e.g
    >
    > SVR01\network service
    >
    > (where SVR01 is the name of your server)

    Raghu Guest

  5. #4

    Default Re: Win2003 and NT AUTHORITY\NetworkService

    Assign Modify permissions to the IIS_WPG group and add if not already there
    this group to each folder your app needs to access.

    Harry Simpson

    "Raghu" <Raghu@nospamzzzqcsi.com> wrote in message
    news:etDEIfm9DHA.2736@TK2MSFTNGP10.phx.gbl...
    > We have an ASP.NET application on Win2003 box. This application runs under
    > default user "NT AUTHORITY\NetworkService". We need to give right
    > permissions for this user on a folder to write a file to the disk. But we
    > were not able to do so.
    >
    > Specifically when we right click on a given folder in windows explorer and
    > try to assign the user permissions, we can not select this particular
    user.
    > Did any one encounter this behavior? Would appreciate if any one can help.
    >
    > Thanks.
    > Raghu/..
    >
    >

    Harry Simpson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139