Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keep IIS express running when VS2019 debugging stop

How to keep IIS live after stopping VS2019 Debug mode?

I tried with Tools-> Debugging -> "unchecked" Enable Edit and Continue, and this approach doesn't work for me.

like image 903
TJacken Avatar asked Mar 27 '26 19:03

TJacken


1 Answers

You can get this working properly by changing these settings:

Tools > Debugging > Edit and Continue should be off

Right click the Project in solution explorer > Properties > Debug > Hosting Model: Out Of Process

As for the consequences of switching to Out Of Process, I don't think there are any as it's only for debugging.

like image 72
mattmanser Avatar answered Mar 29 '26 16:03

mattmanser



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!