Caching ASP.NET AJAX service javascript proxies

Posted by Stephen Newman on Stack Overflow See other posts from Stack Overflow or by Stephen Newman
Published on 2009-03-10T17:54:43Z Indexed on 2010/05/15 10:04 UTC
Read the original article Hit count: 265

Filed under:
|
|
|
|

We have a number of small but useful WCF services which are being hosted using the WebScriptServiceHostFactory class and consumed via ASP.NET AJAX. We've noticed that in our production environment that the javascript proxies are not being cached by the client. Is there anyway to allow these files to be cached?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about asp.net-ajax