Re: ASPNET under Windows 2000 what with Windows 2003?
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 03/20/04
- Next message: Paul Glavich: "RE: Autologin"
- Previous message: Àä×ÔȪ: "Which methord is best?--Create page base on roles!"
- In reply to: Ertan: "ASPNET under Windows 2000 what with Windows 2003?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 20 Mar 2004 17:28:46 +1100
In Windows 2003, ASP.Net uses the assigned Web Application Pool identity for
the application. By default this is NT AUTHORITY\Network Service if you are
running in IIS6 Worker Process Isolation Mode.
In your IIS Manager, locate the web application pool that your service is
being hosted in. Then goto the Web Application Pool node and find out what
user account is being used for the process identity of that application
pool.
Cheers
Ken
"Ertan" <anonymous@anonymous.com> wrote in message
news:uH2NV0VDEHA.4080@TK2MSFTNGP09.phx.gbl...
: Under Windows 2003, you must use the account "NETWORK SERVICE" and not
ASPNET. Under Windows 2000 use ASPNET which you have done.
: >
: When I am running a web service under Windows 2000 and in order to have
the right permissions we impersonate a user. In order to do this we need
access to a key in the registry. If we assign read access to this key via
the local ASPNET account in Windows 2000 all works just fine but under 2003
this does not seem to be sufficient or the anonymous user is not coming in
as ASPNET anymore. In Windows 2003 with machine.config set to "machine" what
account is being used?
:
: Thank you.
:
: Kevin
: >
:
: ___
: Newsgroups brought to you courtesy of www.dotnetjohn.com
- Next message: Paul Glavich: "RE: Autologin"
- Previous message: Àä×ÔȪ: "Which methord is best?--Create page base on roles!"
- In reply to: Ertan: "ASPNET under Windows 2000 what with Windows 2003?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|