I have an ASP .NET page that calls into a MariaDB database to populate items in a dropdown list. Yesterday in the morning I was able to make changes in the database and they would show up in the dropdown (either text changes, deletions or insertions, all worked). Yesterday afternoon my changes no longer showed up, and that continues today.
Environment:
Win10 Enterprise
Visual Studio 2019 Enterprise
MariaDB 10.2.10
I have tried with four different browsers (Chrome, Edge, Firefox & Brave). I've cleared caches, I've deleted the IIS Express directory in C:\Users%username%\Documents, I've changed the port number (and seen the change show up in the resultant webpage's address). Looked for same port errors (this was a problem earlier, but solved now, see above).
Since we run with production & test database instances, I've confirmed that I'm not looking at the production instance, and the edits I've made since yesterday are still in the test instance. I've also made a minor change to one of the items in the production server and it doesn't show up either (as I'd expect it not to).
I'm running out of ideas and not sure what to try next.
How can I force IIS Express to refresh it's database calls instead of using cached data.