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 ofiis_wpg
group - iis 7.0 - still
network service
- iis 7 sp2 / 7.5 - runs under ephemeral thing called
applicationpoolidentity
maps accountiis apppool\applicationpool
(e.g. iis apppool\defaultapppool). account member ofiis_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
Post a Comment