Click here to Skip to main content
15,884,083 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Did visual studio breakpoint badly affect after deployment of web application performance in IIS
Posted

1 solution

No.
Breakpoints only affect code while it is running in a debugger: deployed applications and web sites normally execute directly (and are normally built for release with better optimizations as well)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900