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
Post a Comment