Blazor WASM Caching Issue
While working on a Blazor WASM project last week, I noticed that no matter what changes I make to the index.html
and app.css
files, they were not reflected whenever I open up the site on IIS Express. It turns out to be a caching issue. All I needed to do, was hit CTRL + F5
after the site loads, and it will pull in my changes.
Tags: #AspDotNet #Blazor
Discuss... or leave a comment below.