c# - App pool identity versus impersonation identity? -
i found 1 thread relating did not answer question.
i'm curious link or explanation of difference between setting impersonation user via in web.config versus setting application pool identity in iis. seem independent , confused on detailed differences. thanks.
using impersonation in web.config allows override whatever identity configured application pool app running under - it's more fine grained method control identity ( on app level vs. applicationpool level), have 2 apps run on same apppool, 1 of them uses impersonation use identity.
Comments
Post a Comment