iusr and aspnet

S

SKG

Can any one explain me
what is IUSR_[COMPUTERNAME] account in IIS.
What is ASPNET user account.
do these account work in conjunction.?

Is ASPNET user account used in execution context of the request.
Appreciate any pointers
TIA
 
S

Scott M.

When requests come into IIS for various resources (.htm, .asp, .aspx, etc.),
IIS processes those requests as if a local user was asking. The IUSR
account is what IIS uses for most requests, but the ASPNET account is used
for .NET requests.

AFAIK, the 2 accounts aren't used in conjunction with each other, but each
account must have sufficient privledges to resources they might need to
access. For example, if you have an .aspx page that needs to access a SQL
Server DB using a trusted connection, the ASPNET account needs to be given
privledges to the SQL DB.
 
S

SKG

Thanks Scott!!!
Scott M. said:
When requests come into IIS for various resources (.htm, .asp, .aspx, etc.),
IIS processes those requests as if a local user was asking. The IUSR
account is what IIS uses for most requests, but the ASPNET account is used
for .NET requests.

AFAIK, the 2 accounts aren't used in conjunction with each other, but each
account must have sufficient privledges to resources they might need to
access. For example, if you have an .aspx page that needs to access a SQL
Server DB using a trusted connection, the ASPNET account needs to be given
privledges to the SQL DB.


SKG said:
Can any one explain me
what is IUSR_[COMPUTERNAME] account in IIS.
What is ASPNET user account.
do these account work in conjunction.?

Is ASPNET user account used in execution context of the request.
Appreciate any pointers
TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,573
Members
45,046
Latest member
Gavizuho

Latest Threads

Top