I am having problems running full WPF 4 XBAP (browser application) trust created using Visual Studio 2010 from my intranet. I don't get the Elevation ClickOnce hint as described in the ScottGu post in WPF 4:
Deploy XBAP full trust
Starting with WPF 4, Elevation ClickOnce hinting is also included for XAML Browser Applications (XBAP) applications on intranet and trusted zones, making it easy to deploy full-featured XBAPs. For XBAPs that require security permissions that exceed the minimum code access permissions (CAS) permissions for the intranet and trusted zones, the user can click Run in the ClickOnce Heights prompt when they switch to XBAP to allow XBAP to run with the requested permissions.
Instead, I get the message "Trust Not Granted".
I launch the application in two ways; in both cases I get the message "Trust Not Granted". First, I launch the application by double-clicking the xbap file from my NAS on the local network. Secondly, I also try to run the application when it is hosted on a website through IIS from the same computer. Are both scenarios considered running from the intranet? Or, for example, "intranet" means some of them? Or am I doing something completely wrong?
Note that I can run the application without problems when I just double-click xbap from my local computer.
xbap Elevation ClickOnce. Visual Studio 2010 WPF. , , ( " " > "" ). ).
: