Ask a Question related to ASP.NET Security, Design and Development.
-
Chris Leffer #1
A question about windows accounts
Hi.
I have a windows 2003 server running an asp.net application. I use an
administrator account to logon to this machine. When my asp.net site
receives requests from my users, these requests are passed to the
Network Services account. So my question is: What resources the users
coming from the internet can access? Those allowed by the windows user
logged on (my administrator account) or those allowed by the Network
Service account?
Regards,
Chris Leffer
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Chris Leffer Guest
-
Using ColdFusion to create Windows User Accounts
This may be a rookie question and it may not. I've got ColdFusion MX 7 (Trial Edition until our website is launched, then we're buying Enterprise)... -
ueser accounts on windows xp
Where does this user account come from? ASP.net has a password protected account on my computer and I have no idea where it came from. How or what... -
Windows Authentication Question !!
Hi Guys, I have <%=User.Identity.Name%> on my asp.net page and i can retrieve the Username for example ComputerName/Username or... -
Windows 2003 switch user accounts without logoff
I have a AD server that I am currently only able to login to by remote desktop. I changed permissions on remote desktop access to let a domain... -
Question about User Accounts window !
Hi Rich, Click Start -> Run -> control userpasswords2 and OK. New window will open and you will have access to advanced tab and all the other... -
Hernan de Lahitte #2
Re: A question about windows accounts
They will run under Network Service account whenever you set
impersonate="false" (the default setting) in your web.config file.
Otherwise the will run under their own accounts if IIS is configured to use
only NTLM authentication.
Notice that in neither scenario they will run under the logged on user that
is your Administrator account in your case.
Regards,
Hernan de Lahitte
[url]http://weblogs.asp.net/hernandl[/url]
"Chris Leffer" <chrisl@wank.com> escribió en el mensaje
news:OxdJfULyEHA.1192@tk2msftngp13.phx.gbl...> Hi.
>
> I have a windows 2003 server running an asp.net application. I use an
> administrator account to logon to this machine. When my asp.net site
> receives requests from my users, these requests are passed to the
> Network Services account. So my question is: What resources the users
> coming from the internet can access? Those allowed by the windows user
> logged on (my administrator account) or those allowed by the Network
> Service account?
>
> Regards,
> Chris Leffer
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Hernan de Lahitte Guest



Reply With Quote

