问题
I have an intranet site that uses a Silverlight application to take pictures with the WebCam of the computer.
Testing the site on a Development environment works fine but testing the site on a QA environment wont display any image.
Looking more in deep on both sites I see that the Silverlight permissions tab has define "ALLOW" to the Development URL but the QA url does not appear at all on the permissions tab.
How can I add the URL of the QA site to the permissions tab on the Silverlight Permissions tab ?
I am using the Silverlight 4.0.
Thanks for your replies.
回答1:
- WIN+R
- regedit
HKEY_CURRENT_USER\Software\AppDataLow\Software\Microsoft\Silverlight\Permissions
- create new item
- create new Dword
- Name:
Allow3DOnInsecureDisplayDrivers
, Value:11
And you will get what you want.
来源:https://stackoverflow.com/questions/10359890/add-a-site-to-silverlight-permissions-tab