asp.net app still using old data after SSIS Package updates it -


I have an SSIS package running every 2 hours. It collects data from different DBs and stores my ASP.NET application Updates the DB. Everything is easy, but asp.net application is still using the old data, there is some kind of cached data in it. If I just open web.config, it emits the cache and uses up-to-date new data. How can I ensure that the app caps empty after the SSIS package is successfully completed?

If this is your code then you should use it. If not, you can add a special ASPX page and call it with SSIS. This page can refresh the cached data.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -