I'm developing a in-browser Silverlight webpart with elevated trust for interacting with local scanner. All settings were doneaccording to this link
The XAP file is signed with certificate installed in the Trusted Publishers certificate store. But despite of all these measures when I run the webpart at my PC and enter http://pc-in-domain I get HasElevatedPermissions = FALSE, though when I browse at http://localhost,
HasElevatedPermissions = TRUE. I wonder what I'm supposed to do to make HasElevatedPermissions = TRUE when the site is accessed via pc's domain name.