Ask a Question related to ASP.NET Security, Design and Development.
-
Raghu #1
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
-
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... -
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... -
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:... -
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... -
NT AUTHORITY\SYSTEM
Might be a Task Scheduler which invokes a shutdown command. Disable it. 1. Click Start > Programs > Accessories > System Tools > Task Scheduler |... -
richlm #2
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
-
Raghu #3
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
-
Harry Simpson #4
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...user.> 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> Did any one encounter this behavior? Would appreciate if any one can help.
>
> Thanks.
> Raghu/..
>
>
Harry Simpson Guest



Reply With Quote

