iis - User ASP.NET runs under -


i'm bit confused how asp.net, user runs under? on iis 7.5 , on 6.0

a few of user accounts i'm not clear on are

  • network service
  • iusr
  • apppool

any clarification on different users appreciated , security considerations/etc.

in summary:

  • iis 5.1 (windows xp) - it's local aspnet account
  • iis 6 - default, application pools run under network service account member of iis_wpg group
  • iis 7.0 - still network service
  • iis 7 sp2 / 7.5 - runs under ephemeral thing called applicationpoolidentity maps account iis apppool\applicationpool (e.g. iis apppool\defaultapppool). account member of iis_iusrs user group
  • asp.net web development server (cassini) - it's own account

and it's practice create custom low-privileged account run application on prod environment or when need access network application.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -