Posts belonging to Category MimeType



Add Office 2007 MimeTypes To IIS Metabase

If you have trouble downloading Office 2007 documents from IIS you may have to add their MimeTypes to the site.

You could do it for the individual extensions by following the steps below:

  1. Select [HTTP Headers] tab from the website properties
  2. Select [Mime Types]
  3. Enter the new extension and the appropriate mime type

To apply the mimetypes globally, you can stop IIS and edit the metabase XML file:

C:WINDOWSsystem32inetsrvMetaBase.xml

Using a text editor, search for the

 element and append the following lines to the MimeMap attribute:
.docm,application/vnd.ms-word.document.macroEnabled.12
.docx,application/vnd.openxmlformats-officedocument.wordprocessingml.document
.dotm,application/vnd.ms-word.template.macroEnabled.12
.dotx,application/vnd.openxmlformats-officedocument.wordprocessingml.template
.potm,application/vnd.ms-powerpoint.template.macroEnabled.12
.potx,application/vnd.openxmlformats-officedocument.presentationml.template
.ppam,application/vnd.ms-powerpoint.addin.macroEnabled.12
.ppsm,application/vnd.ms-powerpoint.slideshow.macroEnabled.12
.ppsx,application/vnd.openxmlformats-officedocument.presentationml.slideshow
.pptm,application/vnd.ms-powerpoint.presentation.macroEnabled.12
.pptx,application/vnd.openxmlformats-officedocument.presentationml.presentation
.xlam,application/vnd.ms-excel.addin.macroEnabled.12
.xlsb,application/vnd.ms-excel.sheet.binary.macroEnabled.12
.xlsm,application/vnd.ms-excel.sheet.macroEnabled.12
.xlsx,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xltm,application/vnd.ms-excel.template.macroEnabled.12
.xltx,application/vnd.openxmlformats-officedocument.spreadsheetml.template
linkedin Add Office 2007 MimeTypes To IIS Metabasedigg Add Office 2007 MimeTypes To IIS Metabaseshare save 120 16 Add Office 2007 MimeTypes To IIS Metabase