How to let browsers know files have been updated? ASP.NET MVC

Posted by fishiefishie on Stack Overflow See other posts from Stack Overflow or by fishiefishie
Published on 2010-06-10T15:19:51Z Indexed on 2010/06/10 15:22 UTC
Read the original article Hit count: 173

Filed under:
|

I have a ASP.NET MVC website hosted in IIS. Sometimes I push changes and user's browser may still using the previous files, causing functionality problems. It is because the browser is caching those files right? What can I do to ensure the user browser loading the updated files??

Thanks!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about iis7