c# - IIS did not load the latest changes in Visual Studio 2015 -


when run project, web page loads when tried make changes cshtml files, press refresh, , page did not load changes. have stop iis express , run again make changes happen, annoying , inefficient.

microsoft visual studio 2015 windows 7 32bit

edit: temporary solution have discovered: save (even without changes) applicationhost.config file, save file im working on (to reload page automatically using browsersync)

first of need understand how caching works on iis level: when asp or asp.net page requested, "page output caching" stores response of dynamic page in memory. when subsequent requests arrive pages,instead of re-processing page,server sends cached response.

please check link. should you


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 -