<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Geek &#187; Metabase</title>
	<atom:link href="http://sharepoint-geek.com/category/metabase/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepoint-geek.com</link>
	<description>SharePoint Tips &#38; Tricks</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:19:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add Office 2007 MimeTypes To IIS Metabase</title>
		<link>http://sharepoint-geek.com/2010/02/08/add-office-2007-mimetypes-to-iis-metabase/</link>
		<comments>http://sharepoint-geek.com/2010/02/08/add-office-2007-mimetypes-to-iis-metabase/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Metabase]]></category>
		<category><![CDATA[MimeType]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/?p=47</guid>
		<description><![CDATA[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: Select [HTTP Headers] tab from the website properties Select [Mime Types] Enter the new extension and the appropriate mime type To apply [...]]]></description>
			<content:encoded><![CDATA[<p>If you have trouble downloading Office 2007 documents from IIS you may have to add their MimeTypes to the site.</p>
<p>You could do it for the individual extensions by following the steps below:</p>
<ol>
<li>Select [HTTP Headers] tab from the website properties</li>
<li>Select [Mime Types]</li>
<li>Enter the new extension and the appropriate mime type</li>
</ol>
<p>To apply the mimetypes globally, you can stop IIS and edit the metabase XML file</p>
<blockquote><p>C:\WINDOWS\system32\inetsrv\MetaBase.xml</p></blockquote>
<p>Using a text editor, search for the
<pre><IIsMimeMap Location="/LM/MimeMap" >
<pre> element and append the following lines to the MimeMap attribute:
<pre>
.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
</pre>

	Tags: <a href="http://sharepoint-geek.com/category/iis/" title="IIS" rel="tag">IIS</a>, <a href="http://sharepoint-geek.com/category/metabase/" title="Metabase" rel="tag">Metabase</a>, <a href="http://sharepoint-geek.com/category/mimetype/" title="MimeType" rel="tag">MimeType</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2010/02/08/add-office-2007-mimetypes-to-iis-metabase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
