I used to do web programs. I like to visit the website in IE to see the effect. If there is a problem, press F5 to debug.
However, the project is large and it is very troublesome. It has to be compiled and run to the breakpoint page. If the machine is not good, it will be very slow.
Today I accidentally saw an article about how to debug in IE.
Menu-Debugging-Process-check Show system processes, select w3p to run the asp.net service-click Attach-select the first clr and the third one.
Script
then only needs to set a breakpoint in the project, and debugging will be started when the breakpoint page is accessed in IE! !
Cool!
http://www.cnblogs.com/flyinging/archive/2006/09/21/510627.html