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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -