Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS6 & User Accounts Confusion

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Local webserver deployment  
Author Message
nospam126

External


Since: Feb 25, 2004
Posts: 9



(Msg. 1) Posted: Mon May 03, 2004 1:50 pm
Post subject: IIS6 & User Accounts Confusion
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,

I've recently upgraded to IISv6.0 and I have a few questions about all the
different options for user accounts.

So far, I've noticed that you can configure user accounts in the following
places:

1) The application pool. Each application pool can have a security account.
From what I can tell, this generally defaults to "Network Service".

2) Directory Security "Anonymous Access" user account.

3) ASPNET user account


SO - my question is: How do the above relate to each other? If I assign NTFS
permissions, which order is the above processed in?

For example, our IIS box runs alot of ASP.NET (.aspx) pages. When I run a
piece of code, which of the above 3 accounts will it run under? What is the
difference between them (esp. 1&3).

Thanks in advance, and sorry for my newbie question.

-ZD

 >> Stay informed about: IIS6 & User Accounts Confusion 
Back to top
Login to vote
andrey

External


Since: Apr 12, 2004
Posts: 214



(Msg. 2) Posted: Mon May 03, 2004 9:47 pm
Post subject: Re: IIS6 & User Accounts Confusion [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Z D wrote:

 > Hello,
 >
 > I've recently upgraded to IISv6.0 and I have a few questions about all the
 > different options for user accounts.
 >
 > So far, I've noticed that you can configure user accounts in the following
 > places:
 >
 > 1) The application pool. Each application pool can have a security account.
 > From what I can tell, this generally defaults to "Network Service".

# This is an identity your application is running from.

 >
 > 2) Directory Security "Anonymous Access" user account.

# This is an identity from which all the files under web root is being
accessed

 > 3) ASPNET user account

# The same idea as in the previous case:

<a style='text-decoration: underline;' href="http://www.cadforum.cz/cadforum_en/qaID.asp?ID=3738" target="_blank">http://www.cadforum.cz/cadforum_en/qaID.asp?ID=3738</a>

"... It is an automatic machine account created to limit access rights
of .NET applications...."

 > SO - my question is: How do the above relate to each other? If I assign NTFS
 > permissions, which order is the above processed in?
 >
 > For example, our IIS box runs alot of ASP.NET (.aspx) pages. When I run a
 > piece of code, which of the above 3 accounts will it run under? What is the
 > difference between them (esp. 1&3).
 >
 > Thanks in advance, and sorry for my newbie question.
 >
 > -ZD
 >

-Andrey<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS6 & User Accounts Confusion 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 3) Posted: Tue May 04, 2004 6:06 pm
Post subject: Re: IIS6 & User Accounts Confusion [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In IIS 6.0 ASP.NET uses the web application pool process identity. This
account is used as the identity of the w3wp.exe process, and also to access
resources off the harddisk (eg read .aspx files)

Other applications (eg Classic ASP) use:
- web application pool identity to run each w3wp.exe process
- IUSR_<machinename> as the user account to impersonate when someone
requests the resource (and anonymous auth is allowed).

The Machine\ASPNet account, and Machine\IWAM_<computername> accounts are not
used *unless* you switch IIS to using "IIS 5.0 Isolation Mode" rather than
the native IIS 6.0 Worker Process Isolation Mode.

Cheers
Ken


"Z D" <NOSPAM.TakeThisOut@NOSPAM.com> wrote in message
news:ek1454RMEHA.3348@TK2MSFTNGP09.phx.gbl...
: Hello,
:
: I've recently upgraded to IISv6.0 and I have a few questions about all the
: different options for user accounts.
:
: So far, I've noticed that you can configure user accounts in the following
: places:
:
: 1) The application pool. Each application pool can have a security
account.
: From what I can tell, this generally defaults to "Network Service".
:
: 2) Directory Security "Anonymous Access" user account.
:
: 3) ASPNET user account
:
:
: SO - my question is: How do the above relate to each other? If I assign
NTFS
: permissions, which order is the above processed in?
:
: For example, our IIS box runs alot of ASP.NET (.aspx) pages. When I run
a
: piece of code, which of the above 3 accounts will it run under? What is
the
: difference between them (esp. 1&3).
:
: Thanks in advance, and sorry for my newbie question.
:
: -ZD
:
:
 >> Stay informed about: IIS6 & User Accounts Confusion 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Import FTP user accounts - Hello, I am looking for a utility that will allow me to import user accoutns and passwords from a text file. Each user needs a virtual directory setup with of the same name with their account. Is there anything that will automate this process? ..

IIS6 ftp isolated user - I followed "555018 - How To Set Up Isolated Ftp Site" step by step to setup a testing ftp site with multiple users. Still none of the user acct can login except the annonymous gone to /public. Any hints for me to troubleshoot? (All security/pe...

run ASP pscript as a different user in IIS6 - I am trying to run an ASP script in IIS 6 that requires access on a remote system. I have tried using the identities tab to specify the user but it always conencts to the other system as "anonymous user". Any help would be greatly appreciated...

User authentication issues in IIS6 & WSK3 - Hi all, I am still experiencing problems with my users not being able to gain access to web content using integrated windows authentication on IIS6 & WSK3. I've tried all the suggestions received on this forum: add the website to the user's Intr...

DMZ and ICF confusion w/ iis 6 - I an article (www.devx.com/webdev/article/17085/1954?pf=true ) I read that the preferable way to configure a DMZ is: 1. Configure a "back to back" DMZ where you have an internal & external firewall server. 2. Then in the article he says...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]