I am able to cache aspx pages in integrated mode pretty well. Unfortunately a website must run in classic mode and no aspspage is cached in the IIS output cache. I have enabled Failed request tracing and have discover that URLInfoFromCache is true but result OUTPUT_CACHE_LOOKUP_END is NOT_FOUND.
Are aspx pages cacheable in classic mode?
Thanks