【发布时间】:2016-09-15 14:58:24
【问题描述】:
我在 Azure 上托管了一个 Identity Server Web 应用程序。它的根目录中有一个.pfx 文件用于签名。问题是,当新发布时它工作得很好,但过了一段时间它开始抛出CryptographicException: Keyset does not exist.
基于CryptographicException KeySet does not exists,我认为这是一个文件访问问题,但为什么突然天蓝色会搞乱文件访问。
【问题讨论】:
-
我有类似的问题。我的猜测是它可能连接到数据保护密钥,但还不确定。
标签: c# asp.net azure identityserver4