How do I cache WCF REST web service in IIS7?

Posted by foosnazzy on Stack Overflow See other posts from Stack Overflow or by foosnazzy
Published on 2010-04-27T23:01:27Z Indexed on 2010/04/27 23:03 UTC
Read the original article Hit count: 342

Filed under:
|
|

When I turn on output caching for my service it doesn't appear to be cache-worthy in IIS. It really should be since I'm returning the same JSON content over and over. The varyByQueryString option seems like it would do the trick, but since my resources are URI based, there really isn't a query string, just a path to a resource. Has anyone successfully gotten IIS to output cache a WCF REST service?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about iis7