Add a site to Silverlight permissions tab

允我心安 提交于 2019-12-13 02:39:49

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!