0
votes
4answers
80 views
http, https & ajax bypass, maybe?
I have a server script that I need to pass data to from the browser without reloading the page (aka ajax). The data is sensitive so should be sent via https. The page however is on the http layer. …
0
votes
2answers
128 views
How do you create/obtain a cross domain policy for an iis7 wcf service?
The missing link in my IIS7 + Silverlight 3.0 + WCF Service app is the cross domain policy. Are there any instructions on how to create/obtain such a policy. I understand that there are two xml …
0
votes
2answers
654 views
Error accessing RSS feed from Silverlight with WebClient()
I'm downloaded the code from John Papa's book here: http://silverlight-data.com/
and am sucessfully running the Chapter 7 example which allows you to press
a button and it reads RSS from digg.com …
