Jacek
Jacek

Reputation: 12053

VS2015 don't kill IIS process when debug is stopped

After migration from VS2013(Ultimate) to VS2015(Enterprise) I have problem while debugging. Actually when I stop debug, change code and run again I get message " Unable to copy *.dll". This is becouse IIS Express process is still working, so I have to kill this process and then I can rerun my code. It is very annoying.

How can I force VS2015 to kill ISS process when I want to stop debugging?

Upvotes: 2

Views: 415

Answers (1)

denisv
denisv

Reputation: 319

Try to uncheck option Tools>Options>Debugging->Edit And Continue, check option Tools>Options>IntelliTrace>General>Enable IntelliTrace and select IntelliTrace events only option

Upvotes: 1

Related Questions