Craftsman at Work

I'm Artur Karbone, coding software architect and independent IT consultant and this is my blog about craftsmanship, architecture, distributed systems, management and much more.

Keep IIS Express alive after stopping web application

I faced a situation when IISExpress stops after I stop my debugging session. Not always convenient especially if I want to tweak/adjust some html/javascript code.
The good news is that Visual Studio allows us to configure the behaviour.

I've figured out at least two ways to do that by unchecking "Edit And Contitue" feature:

1. Right click on your web project Properties->Web->Enable Edit And Continue 

test 2. Go to Tools->Options->Debugging->Edit And Continue

test

comments powered by Disqus