0

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.ClientBase1.ChannelBase1.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

raghava
  • 1
  • 2
  • I am able to Access Services if the Application is non SSL. If App is Secured I am still getting security Exception. With Secured/SSL App it is not even calling for clientaccesspolicy.xml it is throws security exception. I guess this might be something related to Firewall or Port? – raghava Dec 02 '11 at 23:24

1 Answers1

0

do you access to your service in browser? may be following this link useful for your problem. this link so is useful for this problem

Community
  • 1
  • 1
hamed aj
  • 1,960
  • 8
  • 27
  • 38