Hi,
We are developing silverlight application which consumes data from oracle database via silverlight enabled wcf service .If we access application ,data retrieved without any problem.But if we access application from other system at the same time,wcf service returns error "403 access forbidden","servicemodel.communication exception".
Is there any solution to solve this problem.
please help me anybody
Loading
Jaganathan BantheswaranPosted Mar 1, 2011, 9:26 AM
Just add the two files given in the attached zip file into the root directory of the WCF Servive project.
Because these two files [ clientaccesspolicy.xml, crossdomain.xml ] is required for access the WCF from client machines.
Visit the Link for moredetails. http://www.c-sharpcorner.com/UploadFile/anavijai/4431/