You must have used to keeping your project debugging while you write code. This is for sure because of the timeconsuming build that you could afford just once a day. But now with using web application project this is a bit different. First, it builds faster, second, you can enable edit and continue mode. This is how to do that:
1. Go to project Properties, tab Web. Check Enable and Continue. Note that this is available only when debugging in local VS dev server, but not IIS web server.
2. Go to Tools/Options/Debugging/General and check Break all processes when one process breaks.
3. Make sure you start your project in Debug mode.
4. Set a breakpoint in the page that you would like to edit. When the process stops at this breakpoint, you can edit this page (and only this page!)
See more about web application project and edit and continue here.
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment