Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are lots of great resources describing this process, including the ones mentioned in responses here. I wanted to document the steps that worked for us. (Silverlight 5.1.10411.0)</p> <p>Here are the steps that we took to enable In-Browser Trusted Applications:</p> <ol> <li>Sign the Xap file with code signing key.</li> <li>Install public code signing key into "Certificates->Current User->Trusted Publishers"</li> <li>Set the DWORD registry key AllowElevatedTrustAppsInBrowser = 1 at <pre>SL 64 bit path: HKLM\Software\Wow6432Node\Microsoft\Silverlight</pre><pre>SL 32 bit path: HKLM\Software\Microsoft\Silverlight</pre></li> <li>Open the Silverlight project in a text editor and verify the following entries exist: <pre><code>&lt;RequireInBrowserElevation>true&lt;/RequireInBrowserElevation> &lt;InBrowserSettingsFile>Properties\InBrowserSettings.xml&lt;/InBrowserSettingsFile> </code></pre></li> <li>Check that the Properties\InBrowserSettings.xml exists and contains: <pre><code>&lt;InBrowserSettings> &nbsp;&nbsp;&lt;InBrowserSettings.SecuritySettings> &nbsp;&nbsp;&nbsp;&nbsp;&lt;SecuritySettings ElevatedPermissions="Required" /> &nbsp;&nbsp;&lt;/InBrowserSettings.SecuritySettings> &lt;/InBrowserSettings> </code></pre></li> </ol> <p>Note:</p> <ul> <li>If you use a self signed certificate while testing, you will also need to install it into "Certificates->Current User->Trusted Root Certification Authorities". (Buy one before you go into production)</li> <li>Once you sign a XAP file you cannot unzip and modify it as doing so breaks the signing (it must be resigned).</li> <li>Don't forget to clear your browser cache if you are caching the xap file.</li> <li>This worked on Windows 7 and Windows 8 Release Preview (desktop mode) with IE, Chrome, Firefox and Safari.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload