Hi everyone,
I've recently migrated our ASP.NET 32-bit web sites from IIS6 (Win2003 32-bit) to IIS7.5 (Win2008 64-bit). Some of the users using Internet Explorer (8 and 9) are having problems downloading reports from SSL connection as described in (http://support.microsoft.com/kb/316431). So far the only workaround I have found to work is uncheck the 'Do Not Save Encrypted Files' option in IE (http://support.microsoft.com/kb/812935). But this would require updating the web browser setting for 100s of users.
Does anyone know if there is a way to change the setting on IIS7.5 to fix this problem?
Using fiddler this is a snippet of the headers
Request Header
Cache
Cache-Control: no-cache
Response Header
Cache
Cache-Control: private, no-cache="Set-Cookie"
Any assistance would be much appricated