Enabling In-browser elevated trust

不羁的心 提交于 2019-12-02 05:00:39

问题


I'm trying to get in-browser elevated trust to work and having an issue. I've:

  1. Purchased a certificate
  2. Signed the xap with that certificate
  3. Added AllowElevatedTrustAppsInBrowser=1 in the registry

Yet the app still doesn't think it is running in elevated trust. Any ideas on what I might be missing?

Running off localhost, of course, works because it doesn't require any of the above.

Screenshots included below as proof.


回答1:


So you have your certificate from a trusted publisher. You have signed the XAP. You have installed the certificate on the client computers.

Have you configured the registry on the client as described in this post?

You can also configure the registry settings using Group Policy




回答2:


Make sure to put the AppManifest.xaml along with the .xap file. I got the same problem, and it solved by having the .xaml. This is an old post, but hope it will help some one having the same problem.



来源:https://stackoverflow.com/questions/11678646/enabling-in-browser-elevated-trust

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!