WCF Service Unable to Access Personal Certificate Store Unless Service Account is Logged In

感情迁移 提交于 2019-12-03 17:11:42

The problem was that the app pool doesn't load the user profile of the service account by default.

You have to go to the advanced settings for the app pool and set LoadUserProfile to true.

You need to install client certificate to the local machine store and access it from there, since your account is not interactive from your application standpoint. Also you have grant access to the client certificate for the user account that is used to run your WCF service.

Similar to http://support.microsoft.com/kb/901183

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!