silverlight - ssl、silverlight、wcf 和本地安装

标签 silverlight wcf iis ssl out-of-browser

我正在尝试让一个 silverlight 程序在本地安装并且仍然能够通过 ssl 访问 wcf 数据服务。当我在浏览器中运行应用程序时,一切正常。当我在没有 ssl 的情况下从浏览器运行应用程序时,一切正常。当我使用 ssl 运行应用程序 OoB 时,出现“未找到”错误。当我运行 fiddler 并重试时,一切正常。我猜测程序在 OoB 时没有正确解密或发送 ssl 流量,因为当 fiddler 为它做这件事时,应用程序工作正常。当我将 VS 附加到它时,我也没有在服务器上遇到任何异常或断点(这让我觉得发送有问题)。关于我的下一步应该做什么有什么想法吗?另外,我使用的是自签名证书,这会是个问题吗?谢谢!

最佳答案

有没有人找到解决这个问题的方法?还是 silverlight 不能在 OOB 模式下使用 SSL??

请参阅此链接以供引用:

http://msdn.microsoft.com/en-us/library/dd920295(v=vs.95).aspx

基本上它说:

Client certificates are supported by the browser stack, but not by the client stack. And there is currently an issue that (at least for our application) prevents client certificates from working even with the browser stack if you're in trusted out-of-browser mode.

关于silverlight - ssl、silverlight、wcf 和本地安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8408483/

相关文章:

silverlight - Windows Phone 上的静态资源转换器

c# - 为什么此 WCF 服务一次只能处理一个请求?

asp.net - .Net 核心应用程序无法通过 FTP 上传,托管在 IIS 上

asp.net - 配置错误 'Facebook.FacebookConfigurationSection'

c# - 在 Silverlight 中添加 UIElementCollection DependencyProperty

silverlight - XAML 转到绑定(bind)定义的 VisualState

silverlight - 是否有 Silverlight/wp7 的 MonoTouch.Dialog 端口?

c# - 同一个 WCF 服务的多个客户端端点

web-services - 如何在 WCF 中的消息契约和数据契约之间做出决定?

iis - 如何使用appcmd创建应用程序池?