SQL Server 2016 Always Encrypted Timeout at Published IIS

荒凉一梦 提交于 2019-12-03 17:34:16

One way (could be the only way) to use the DefaultAppPool identity instead of a custom (user) account is to store the certificate in the Local Machine certificate store (not Current User).

Once you create a certificate in the Local Machine certificate store, you need to grant DefaultAppPool access to the cert. You can do that using Microsoft Management Console (and the plugin for Local Computer certs):

  1. Right click on the cert, select All Tasks > Manage Private Keys.
  2. Click Add.
  3. Set location to your computer (not your domain).
  4. Enter IIS AppPool\DefaultAppPool as the object name.
  5. Click OK twice.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!