Enabling increased trust in the browser

I am trying to get increased confidence in the browser and work with it. I:

  • Certificate purchased
  • Signed xap with this certificate
  • Added AllowElevatedTrustAppsInBrowser = 1 to the registry

However, the application still does not think that it works in increased trust. Any ideas on what I might be missing?

Starting a local host, of course, works, because it does not require any of the above.

The screenshots below are evidence.

enter image description hereCertificate Store

+2
source share
2 answers

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

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

You can also configure registry settings using Group Policy

+1
source

Be sure to place the AppManifest.xaml file with the .xap file. I have the same problem and solved it with .xaml. This is an old post, but hope this helps someone with the same problem.

0
source