Hi all,
I've just implemented a SQLResource provider in my MVC2 application. When I change something in the database by hand or by a webform, I want the ResourceProvider to drop all it's resources and fetch them again from the database.
Does any one now how I can clear this ResourceCache that is managed by ASP.NET's own API?
Many thanks in advance