asp.net - Multiple Application Pools running as Network Service -
i have 4 different application pools, each 1 different web site, running network service
.
is normal configuration have?
can cause problems between different applications?
if you've configured each site's anonymous authentication use "application pool identity" requests run network service
account.
if isn't shared server, i.e. you're not allowing customers or users upload content or deploy asp.net applications, , , team sole deployers/mamagers isn't terrible thing do.
that said, if 1 site becomes compromised possible attackers compromise other sites. if network service
account has read access attack limited data theft, otherwise they'll able more damage.
unless have reason to, idea configure application pools run application pool identity
. iis synthesise account when application pool running. should configure public facing www folders give appropriate permissions account known iis apppool\[pool_name]
[pool_name]
name of application pool site.
you may wish have read of 1 of previous answers related understand mechanism:
and see also:
Comments
Post a Comment