【发布时间】:2012-02-17 06:21:41
【问题描述】:
对如何摆脱此错误有任何帮助吗?
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(布尔处理) 在 System.Runtime.InteropServices.SafeHandle.Finalize() 内部异常:null
【问题讨论】:
-
您要尝试的页面是什么?
-
我们还能获得完整的堆栈跟踪吗?这是否发生在自定义代码中?
-
@Stefan,感谢您的快速回复。我已经更新了上面的问题。
标签: c# asp.net visual-studio visual-studio-2010 cryptography