c# - System.Security.Cryptography.CryptographicException”发生在w3wp.exe

标签 c# asp.net visual-studio visual-studio-2010 cryptography

对于如何摆脱这个错误有什么帮助吗?

w3wp.exe 中出现未处理的异常“System.Security.Cryptography.CryptographicException”

每当我浏览我在 IIS 中设置的站点时,我都会收到此错误 (版本 7.5.7600.16385)

其他信息: .Net 框架:2.0 流水线模式:集成 应用程序池 ID:网络服务 加载用户配置文件:true

感谢任何帮助/建议。

谢谢

更新: 我只是想加载默认页面。

System.Security.Cryptography.CryptographicException 未处理 Message=系统找不到指定的路径。

来源=mscorlib 堆栈跟踪: 在 System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 小时) 在 System.Security.Cryptography.SafeKeyHandle._FreeHKey(IntPtr pKeyCtx) 在 System.Security.Cryptography.SafeKeyHandle.ReleaseHandle() 在 System.Runtime.InteropServices.SafeHandle.InternalFinalize() 在 System.Runtime.InteropServices.SafeHandle.Dispose( bool 处理) 在 System.Runtime.InteropServices.SafeHandle.Finalize() 内部异常:空

最佳答案

试试这个:

Sitecore - System.Security.Cryptography.CryptographicException

不确定是什么问题 - 但听起来很相似

关于c# - System.Security.Cryptography.CryptographicException”发生在w3wp.exe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9323806/

相关文章:

visual-studio - TFS 未获取所有解决方案文件

c++ - 是否可以通过Visual Studio中未处理的异常继续调试?

c# - 访问嵌套类

c# - WPF 多重绑定(bind)到 View 模型

asp.net - Web 发布到 azure 连接字符串 _databasepublish

c# - ASP.NET 标签的正则表达式解析

c# - 我是否正确使用 DataContext.Dispose() ?

c# - 消除重复的 try/catch 代码

c# - asp 名称 'lblTest' 在当前上下文中不存在

visual-studio - 如何在Visual Studio中更改默认的生成输出目录?