How to share WCF client credentials in ASP.NET amongst role instances in Azure?

断了今生、忘了曾经 提交于 2019-12-24 03:49:30

问题


This problem is a continuation of the caching of ChannelFactory in a session problem here:

Caching WCF ChannelFactory or client proxy in ASP.NET on Azure?

How can I share the credentials (UserNameCredentials) which are therefore not being shared now, and somehow have to be distributed across the split instances of WCF clients. The obvious option is to store the encrypted credentials in a cache? Is it a good idea? Is there any other way to do it?

来源:https://stackoverflow.com/questions/14324089/how-to-share-wcf-client-credentials-in-asp-net-amongst-role-instances-in-azure

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