I have nlb groups and multiple sites(each site has own application pool).
I would like to have one account that all the app pools run under.
I couldn't get kerberos working(necessary for remote file-share webroot) using the machine accounts but I was able to with a user account.
Do I need to do this for each site(not machine)?
setspn -A HTTP/website1.domain.com domain\service account
setspn -A HTTP/website2.domain.com domain\service account
Or does that cause the duplicate SPN? If so, do I need a separate service account for each site/app pool?
Thanks,
Steve