I am getting this issue only on my PC. I am using IIS Express 7.5 to host WCF services on my Local Port. I tried in different PC's its working good.
Error:
[CrossDomainError] Arguments: https//localhost:44300/ClientSyncService.svc Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http//go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60831.0&File=System.ServiceModel.dll&Key=CrossDomainError at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result) at System.ServiceModel.ClientBase
1.ChannelBase
1.EndInvoke(String methodName, Object[] args, IAsyncResult result).
I have clientaccesspolicy.xml
at the root of https://localhost:44300/clientaccesspolicy.xml
I have no idea whats wrong with my PC.
Any Help is Appreciated