c# - Visual Studio 2013, changes not showing in debug -


have upgraded visual studio 2013 pro , having teething problems.

primarily if change html or css in either .aspx page web forms or .cshtml mvc, changes aren't reflected on page i'm working on when debug , don't appear not matter how times refresh or clear cache.
using web essentials, should put changes straight on page have refresh page doesn't seem working either.

also occasionally, not always, if stop debugging, change code behind run project again says it's running different version of code 1 being debugged , have stop it, rebuild , debug.

have never had these problems on previous version of visual studio.

any suggestions?

go tools-options

under projects , solution -> build , run select "always build" under "on run, when projects out of date"

enter image description here


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -