views:

45

answers:

0

I have a website that uses SSL to allow users to enter sensitive data, but there is a large amount of static content that I do not want to be served up with each page request - several Javascript libraries combine to make up almost 1MB for example, which is a serious overhead with each request!

Everything I've read suggests that there is no way to achieve caching of selected folders accessed using HTTPS in IIS - is this the case? The closest match to this link text does not yet have an answer that works over SSL (web.config staticContent clientCache has no effect)

If there was an IE-specific resolution, even one that required client side configuration, that might allow me to resolve this issue.