Hi,
I've deployed the application on IIS on Windows 2008 server.
I have used HttpContext.Current.Session objects extensively in my project.
Now the problem is after I re-deploy the app on the server and re-start it, it still seems to remember the cache objects from the previous build and app doesn't work as intended. I've to manually clear the browser cache everytime for my app to function as intended.
Definitely I can't ask my clients to do that everytime I put a new build.
Any suggestions?