webresource.axd, scriptresource.axd and javascript files not getting cached

Posted by Rama on Stack Overflow See other posts from Stack Overflow or by Rama
Published on 2010-06-09T16:39:18Z Indexed on 2010/06/09 16:42 UTC
Read the original article Hit count: 447

Filed under:
|

Hi, I built the asp.net website in release mode, set the debug flag to false in web.config, but still some of the webresource.axd and scriptresource.axd and javascript files are not getting cached. fiddler shows the status code "200" for these items instead of "304". what else I am missing to cache these files? thanks in advance

RK

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about caching