
April 8th, 2009, 08:27 AM
|
|
Registered User
|
|
Join Date: Apr 2009
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Silverlight Cross-Domain Policy File Correction
In the book (page 291) the line
Code:
<allow-from http-request-header="*">
This should be
Code:
<allow-from http-request-headers="*">
As per:
http://msdn.microsoft.com/en-us/library/cc197955(VS.95).aspx
Hope this helps!
|