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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -