c# - ASP.NET Razor views are not updating when simply updating html -
asp.net razor views not updating when updating html. i'm trying add few elements on page when application running in debug mode, , changes not being seen in browser when refresh page. however, if stop , restart application, changes seen.
i've tried disabling cache, sending headers (pragma no-cache), shift reload on browser, nothing seems work.
this quite frustrating having continually bounce app.
what i'm using: asp.net 4.5, iisexpress, visual studio 2013.
does know how turn off output cache can debug without having restart entire application?
thanks
try hitting ctrl+f5 on web page. old files may cached browser.
see question more details: get rid of [dynamic] javascript views in visual studio
Comments
Post a Comment