1

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.

Jimmy
  • 377
  • 4
  • 5
  • 16

1 Answers1

0
  • 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.

Alex Shesterov
  • 26,085
  • 12
  • 82
  • 103
Rocky
  • 9
  • 1