IWAM and IUSER

  • Thread starter Thread starter KJ
  • Start date Start date
K

KJ

What, besides web server access, are these accounts for
and can it cause other accounts to get locked out if they
are disabled? Can you give a brief scenario if so?
 
No, it can't cuse other accounts to be locked out, but services like IIS
 
IUSR is used to impersonate anonymous users on your IIS server, so
dissabling this user simply dissables anonymous http access to your web
server, unless you change anonymous settings in IIS.
IWAM is used to imperosnate web applications running on your server (out of
process and pooled out of process isolation modes). This are various dllhost
processes that host ASP applications and such.

--
Regards

Matjaz Ladava, MCSE, MCSA, MCT, MVP
Microsoft MVP - Active Directory
(e-mail address removed), (e-mail address removed)
http://ladava.com
 

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

Back
Top