The client computer has version 6.0.2713.1500 (or later) of
Shdocvw.dll installed. Version 6.0.2713.1500 of Shdocvw.dll is included in the
Internet Explorer cumulative patch from Microsoft Security Bulletin
MS02-005.
When you add a Content-Type header to an HTTP response by
using the
ContentType property or the
AddHeader method in ASP.NET, ASP.NET will append a character set to the
Content-Type string. A example of the response that the client application
receives is as follows:
Content-Type: application/vnd.ms-excel; charset=utf-8
When Internet Explorer receives this Content-Type header, Internet
Explorer searches the
HKEY_CLASSES_ROOT\MIME\Database\Content Type key in the registry to locate the associated extension. Internet
Explorer uses the extension to determine if the
Open button should be enabled. When the character set is included in
the Content-Type string, this MIME type is not found in the registry, and
because Internet Explorer cannot determine the extension for the MIME type, it
disables the
Open button. This behavior is a result of the security patch for
MS02-005.
By default, the character set string is not added in an ASP
Page. The character set string is only added to an ASP.NET (.aspx) Web page.