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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -