I just implemented a provider SQLResourcein my MVC2 application. When I change something in the database manually or with a web form, I want to ResourceProviderdelete all resources and retrieve them from the database.
Is there anyone how can I clear this ResourceCacheone that is controlled by the ASP.NET native API?
source
share