How to use domain windows user account as app pool identity

后端 未结 4 1104
既然无缘
既然无缘 2020-12-08 08:45

I will be using a domain windows account(maintained in Active Directory) as Application pool identity in my web server. So i want the account to be a member of IIS_W

4条回答
  •  -上瘾入骨i
    2020-12-08 09:37

    On Windows Server 2012 (in my case) one have to

    • add user to domain controller
    • set the Domain Account as custom apppool identity on the Webserver
    • set the option LoadUserProfile = True in the advanced properties of the Application Pool.

提交回复
热议问题