I'm using IIS 7 express to test a ASP.Net MVC 3 project on my development machine and normally it keeps running after I finished debugging, which is a good thing so that I can perform small tests directly in the browser without needing to run the project again.

But if I choose the option "Enable edit and continue" on the project properties IIS 7 will only run while debugging the project. Is there a way to change this behavior?

link|improve this question

55% accept rate
feedback

1 Answer

up vote 1 down vote accepted

No, because in order to achieve this, Visual Studio uses a hosting environment that interprets the code being executed.

So, it is only available while debugging.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.