I have two computers connected and I have made Remote Desktop Connection from Computer A to Computer B.
I opened Visual Studio 2012 in Computer B , and started debugging Asp.Net MVC Application , it works correctly in browser of local machine and it is also hosted on IIS. But when I open that MVC Application from Computer A's browser , than debuging does not work , i.e. no breakpoints are hit.
I have searched about it , and came across Remote Debugging Monitor , but I am not able to use it.
I need help in this.