Just in time debugger is popping up when debugging service client
Posted
by
MAHESH K .M
on Stack Overflow
See other posts from Stack Overflow
or by MAHESH K .M
Published on 2012-12-04T10:58:25Z
Indexed on
2012/12/04
11:06 UTC
Read the original article
Hit count: 240
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.
© Stack Overflow or respective owner