App pool identity versus impersonation identity?

后端 未结 1 1626
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-18 20:25

I found only one thread relating to this but it did not answer the question.

I\'m curious to a link or explanation of the difference between setting an impersonatio

相关标签:
1条回答
  • 2020-12-18 20:48

    Using impersonation in the web.config allows you to override whatever identity was configured for the Application Pool the app is running under - it's just a more fine grained method to control identity ( on the app level vs. the ApplicationPool level), so you could have two apps run on the same AppPool, but one of them uses impersonation to use another identity.

    0 讨论(0)
提交回复
热议问题