question about IUSR_server account

B

Bart

Hi,

i have an asp.net webapplication using Anonymous Authentification
(IUSR_servername) in IIS.
Account ASPNET is used for the aspx files.
There are also old asp classic pages which run without problem.

When looking at the permissions, all pages (aspx and asp) have account
ASPNET set to Read and the database directory set to Read/Write.

Nowhere i can see the account IUSR_servername; I thought account
IUSR_servername acts as anonymous user (for the visitor of the site).
So my question: why is it not in the permission list of the asp(x) pages?
Where and when does it act?


Thanks for explanation
Bart
 
W

Will Platnick

Hi,

i have an asp.net webapplication using Anonymous Authentification
(IUSR_servername) in IIS.
Account ASPNET is used for the aspx files.
There are also old asp classic pages which run without problem.

When looking at the permissions, all pages (aspx and asp) have account
ASPNET set to Read and the database directory set to Read/Write.

Nowhere i can see the account IUSR_servername; I thought account
IUSR_servername acts as anonymous user (for the visitor of the site).
So my question: why is it not in the permission list of the asp(x) pages?
Where and when does it act?

Thanks for explanation
Bart

Bart,
What other users have permissions? If you post, we can make
recommendations on locking them down.
 
B

Bart

Thanks, but to be honest, it's not easy to read.
Can you summarize and tell me:
which account (obvisiouly not IUSR_server) needs then the right permissions
for accessing aspx pages?
 
D

Dominick Baier

the account your application runs under.

IIS5 default: ASPNET
IIS6 default: NETWORK SERVICE
 
W

Will Platnick

Thanks.
And, if you don't mind, for asp classic pages?

Bart,
ASP pages run as the IUSR, but IUSR user is probably in "all users"
group (did you mean Everyone by any chance), which is why it is
executing. Definitely a security risk. When I setup sites, I copy
the existing permissions on the root, and then set Administrators and
System as full, then go assign iusr or .net user permissions
depending...
 
B

Bart

Thanks for explanation...

And last point...
if the Windows Integrated Authentification is used and not Anonymous, is
then the account of the user himelf used?
 

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,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top