c# - VS2015 don't kill IIS process when debug is stopped -


after migration vs2013(ultimate) vs2015(enterprise) have problem while debugging. when stop debug, change code , run again message " unable copy *.dll". becouse iis express process still working, have kill process , can rerun code. annoying.

how can force vs2015 kill iss process when want stop debugging?

try uncheck option tools>options>debugging->edit , continue, check option tools>options>intellitrace>general>enable intellitrace , select intellitrace events only option


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -