I have an ASP.NET application in visual studio 2010, and whenever I start debugging, it attaches the debugger to IE, as well as to the server, which just creates more bloated loads and makes everything work slowly.
How can I start debugging only on the server?
Andy
source
share