Blazor Chrome caching issues
问题 I have this Blazor SPA I have published to IIS on a webhotel. My problem is that Chrome is somehow caching my Blazor assembly so no matter how many times I redeploy I still get the old dll. I can start up a new clean Chrome with chrome --disable-application-cache --incognito and that does indeed get the fresh dll but how do I fix this properly? Kind regards 回答1: The following helps IF you don't want PWA features. I started my project with PWA (just in case I wanted it later) but it turned out