积极答复者
WPF Page部署在IIS里的安全性问题? 求助老大!

问题
-
在 win7 vs2010下开发的,单独运行正常,可部署在IIS里后运行提示“未授予信任,无法部署该应用程序,因为它不受信任并且可能不安全”字样,我在Click Once里已经是完全信任的的应用程序了,不知问题出在何处,另外我在老外的论坛里看到说好像是证书签名的问题,试了试也不行 求教了!
附老外的内容:http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/f7576e57-9d15-4c50-b944-3942df29754e/
答案
-
你好,
WPF的完全信任XBAP浏览器应用程序在部署到Internet上时,如果不遵循ClickOnce 受信任部署模型,并且没有使用证书签名,则会出现你遇到的错误。
更多信息请参见http://msdn.microsoft.com/zh-cn/library/aa970060.aspx#xbap_security_considerations。
请遵循ClickOnce 受信任部署模型http://msdn.microsoft.com/zh-cn/library/01daf08f.aspx 或使用证书签名http://msdn.microsoft.com/zh-cn/library/ms537361.aspx 来解决这一问题。
希望这对你有帮助。
Best regards,
Min
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- 已标记为答案 Min ZhuModerator 2010年11月29日 2:14
全部回复
-
你好,
WPF的完全信任XBAP浏览器应用程序在部署到Internet上时,如果不遵循ClickOnce 受信任部署模型,并且没有使用证书签名,则会出现你遇到的错误。
更多信息请参见http://msdn.microsoft.com/zh-cn/library/aa970060.aspx#xbap_security_considerations。
请遵循ClickOnce 受信任部署模型http://msdn.microsoft.com/zh-cn/library/01daf08f.aspx 或使用证书签名http://msdn.microsoft.com/zh-cn/library/ms537361.aspx 来解决这一问题。
希望这对你有帮助。
Best regards,
Min
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- 已标记为答案 Min ZhuModerator 2010年11月29日 2:14