Debugger is not moving from one web application to a service (which is in another web application)in Visual Studio
I am using 2 web applications. Web application1 is taking data from web application2. But while I debugged web application1, the debugger is not hitting web application 2 (it goes to next line in application1).
Debugger is not moving from one web application to other web application in visual Studio
I am using 2 web applications. And web application1 is taking data from web application2.But while I debugged web application1 debugger is not hitting web application 2(it goes to next line in application1).Could some one help me with this issue.