Does anyone know how to make a web request to a service using silverlight?
A:
same host as where the silverlight app came from? that's a normal WCF kind of call:
http://msdn.microsoft.com/en-us/magazine/cc794260.aspx
If it's on another domain, you've got to allow it:
James Manning
2010-08-24 02:27:12