iis 7 - How do I cache WCF REST web service in IIS7? -


when turn on output caching service doesn't appear cache-worthy in iis. should since i'm returning same json content on , over. varybyquerystring option seems trick, since resources uri based, there isn't query string, path resource. has gotten iis output cache wcf rest service?

after digging using freb logs in iis, service in fact cache-worthy. can listen cache events in iis , show , not caching. found more helpful using perfmon. used following link set up. output caching work , in fact serve content right out of memory after things warmed up.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -