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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -