Just in time debugger is popping up when debugging service client
- by MAHESH K .M
I have created as WCF service and hosted in IIS . This service is calling from another web application. When I am trying to debug the service calling event in the web application, the Just-in-Time debugger is popping up. It is running fine in the normal mode. Only in the debug mode the service is not running and JIT debugger is popping up also
Why it happens?
How to debug the service call in this scenario?
The service is in .NET 4 and the web application is in .net 1.1
Thanks in advance
Mahesh.