ASP.NET Debug server without debugging IE

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

+3
source share
3 answers

After you deploy the application to IIS, you can use Visual Studio on the server to attach to the web process . Also, see debugging deployed web applications .

+2
source

ASP.NET Visual Studio . , , IE. Visual Studio:

  • WebForm VS (, .aspx)
  • " ..." ""
  • " "
+2

- , , - , IE

+1

All Articles