To enable elevated trust for the Silverlight 5 application when running in-browser I've tried so many options well described e.g. here (by Mister Goodcat) and it works good with our VeriSign certificate only if I add the registry key AllowElevatedTrustAppsInBrowser. For our customers this is not an option, because our application must run with elevated permissions as well out-of-browser as in-browser (and it works but only after changing the registry key). The application will be hosted on our internet Website.
Is it possible to enable the elevated trust for the in-browser without adding the registry key (e.g. for adding some configurations on the server, but not on the client? Is it possible to ask the user for the elevated permissions like it was e.g. in the Silverlight 4 for the webcam capturing?