cross-domain in WCF
-
Hi all, I have two projects in same solution : 1 WCF project and 1 silverlight project. WCF project start at port : 54432 Silverlight project start at port : 55647 i deploy WCF project on IIS and copy ClientAccessPolicy.xml and CrossDomain.xml into wwwroot folder. From SL project, i add reference service to WCF on IIS. It's run. But from SL project, i add reference service to WCF project in same solution and run. I found the error about cross-domain. I already added ClientAccessPolicy.xml and CrossDomain.xml into the root of WCF project. The same error is displayed. Could you please guide me to solve it? Any helps will be welcomed
-
Hi all, I have two projects in same solution : 1 WCF project and 1 silverlight project. WCF project start at port : 54432 Silverlight project start at port : 55647 i deploy WCF project on IIS and copy ClientAccessPolicy.xml and CrossDomain.xml into wwwroot folder. From SL project, i add reference service to WCF on IIS. It's run. But from SL project, i add reference service to WCF project in same solution and run. I found the error about cross-domain. I already added ClientAccessPolicy.xml and CrossDomain.xml into the root of WCF project. The same error is displayed. Could you please guide me to solve it? Any helps will be welcomed