<?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>mikedopp.com &#187; Streaming Media MIME Types</title>
	<atom:link href="http://mikedopp.com/index.php/tag/streaming-media-mime-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikedopp.com</link>
	<description>Code Monkey by Day, Unix/Windows Administrator by Night, Social Media Chump 24/7</description>
	<lastBuildDate>Wed, 09 Jun 2010 07:37:00 +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>Hosting Media on IIS6? You will need these MIME types.</title>
		<link>http://mikedopp.com/index.php/2009/10/02/hosting-media-on-iis6-you-will-need-these-mime-types/</link>
		<comments>http://mikedopp.com/index.php/2009/10/02/hosting-media-on-iis6-you-will-need-these-mime-types/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:47:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Flv]]></category>
		<category><![CDATA[IIS MIME Types]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Streaming Media MIME Types]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/hosting-media-on-iis6-you-will-need-these-mime-types/</guid>
		<description><![CDATA[Here is how to add two popular types streaming media (Flash and Silverlight). Flash (flv) If you are a Adobe geek and use IIS6 and you cannot fiqure out why a .FLV file will not render or you get the evil 404.3 error. Try this: Flash Streaming MIME: flv extension: .flv MIME type: flv-application/octet-stream To [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Here is how to add two popular types streaming media (Flash and Silverlight).</strong></p>
<p><strong></strong></p>
<p><strong>Flash (flv)</strong></p>
<p>If you are a Adobe geek and use IIS6 and you cannot fiqure out why a .FLV file will not render or you get the evil 404.3 error. Try this:</p>
<p>Flash Streaming MIME:    <br />flv     <br />extension: .flv     <br />MIME type: flv-application/octet-stream</p>
<p><strong>To add the MIME types to IIS6:</strong> </p>
<blockquote><p>1. Choose your website in IIS      <br />2. Open the context menu and choose &quot;Properties&quot;       <br />3. Select the register &quot;HTTP-Header&quot;       <br />4. Click on the button labeled &quot;MIME Types&#8230;&quot;       <br />5. If .flv is not yet listed as a type, choose &quot;New&quot;       <br />6. Enter the following description:       <br />Extension: <strong>.flv</strong></p>
<p>MIME type: flv-application/octet-stream7. </p>
<p>7.Click &quot;Ok&quot;,      <br />8. Choose &quot;Apply&quot; and you&#8217;re set!</p>
</blockquote>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong>Silverlight</strong></p>
<p>If you want to host <a href="http://silverlight.net/">Silverlight</a> on a web server that isn&#8217;t IIS7, such as IIS6 which is the second best web server in the world (2nd to IIS7 <img src='http://mikedopp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) you&#8217;ll need to add the MIME types to support the correct content type interpretation by the browser. In the case of <a href="http://silverlight.net/">Silverlight</a> this is the XAML content type &#8211; this also goes for WPF hosting as well. IIS7 has these MIME types already added but if they&#8217;re not there this will result in errors such as 404.3 and prompting to download etc.</p>
<p>There are 3 MIME types required</p>
<li>.xaml&#160;&#160;&#160; application/xaml+xml </li>
<li>.xap&#160;&#160;&#160;&#160; application/x-silverlight-app </li>
<li>.xbap&#160;&#160;&#160; application/x-ms-xbap
<p><strong>To add the MIME types to IIS6:</strong></p>
<blockquote><p>1. Choose your website in IIS        <br />2. Open the context menu and choose &quot;Properties&quot;         <br />3. Select the register &quot;HTTP-Header&quot;         <br />4. Click on the button labeled &quot;MIME Types&#8230;&quot;         <br />5. If .xaml is not yet listed as a type, choose &quot;New&quot;         <br />6. Enter the following description:         <br />Extension: <strong>.xaml</strong>         <br />MIME type: <strong>application/xaml+xml</strong>         <br />7. Click &quot;Ok&quot;,         <br />8. Got to 5 and add xap and xbap as above then goto 9 <img src='http://mikedopp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />          <br />9. Choose &quot;Apply&quot; and you&#8217;re set!</p>
</blockquote>
<p>As a bonus if your an Iphone user you can also add this to your Mime types so that your Iphone can get updates from an IIS6 web site:</p>
<p> 
<p>iPhone config file:      <br />extension:.mobileconfig       <br />MIME type: application/x-apple-aspen-config</p>
</li>
<p>&#160;</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:98c2e836-1934-418a-84a7-caaff745628e" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/IIS6+MIME+types" rel="tag">IIS6 MIME types</a>, <a href="http://flickr.com/photos/tags/Streaming+Media+MIME+Types" rel="tag">Streaming Media MIME Types</a>, <a href="http://flickr.com/photos/tags/IIS6+needs+a+serious+service+pack+update" rel="tag">IIS6 needs a serious service pack update</a>, <a href="http://flickr.com/photos/tags/Woot+IIS6+MIME+Types" rel="tag">Woot IIS6 MIME Types</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5e0f362c-f8e5-4b57-bc6b-f2bbedb2ee18" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/IIS6+MIME+types/" rel="tag">IIS6 MIME types</a>, <a href="http://www.buzznet.com/tags/Streaming+Media+MIME+Types/" rel="tag">Streaming Media MIME Types</a>, <a href="http://www.buzznet.com/tags/IIS6+needs+a+serious+service+pack+update/" rel="tag">IIS6 needs a serious service pack update</a>, <a href="http://www.buzznet.com/tags/Woot+IIS6+MIME+Types/" rel="tag">Woot IIS6 MIME Types</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0fa7c8ad-f338-47e3-8585-b802a23c1e13" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/IIS6+MIME+types" rel="tag">IIS6 MIME types</a>, <a href="http://technorati.com/tags/Streaming+Media+MIME+Types" rel="tag">Streaming Media MIME Types</a>, <a href="http://technorati.com/tags/IIS6+needs+a+serious+service+pack+update" rel="tag">IIS6 needs a serious service pack update</a>, <a href="http://technorati.com/tags/Woot+IIS6+MIME+Types" rel="tag">Woot IIS6 MIME Types</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5eff8f52-4fe9-4394-8eed-eac65f4a6b95" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/IIS6+MIME+types" rel="tag">IIS6 MIME types</a>, <a href="http://del.icio.us/popular/Streaming+Media+MIME+Types" rel="tag">Streaming Media MIME Types</a>, <a href="http://del.icio.us/popular/IIS6+needs+a+serious+service+pack+update" rel="tag">IIS6 needs a serious service pack update</a>, <a href="http://del.icio.us/popular/Woot+IIS6+MIME+Types" rel="tag">Woot IIS6 MIME Types</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:42e856b0-2866-4845-beac-dc1a058c0e7d" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=IIS6+MIME+types" rel="tag">IIS6 MIME types</a>, <a href="http://blogs.icerocket.com/search?q=Streaming+Media+MIME+Types" rel="tag">Streaming Media MIME Types</a>, <a href="http://blogs.icerocket.com/search?q=IIS6+needs+a+serious+service+pack+update" rel="tag">IIS6 needs a serious service pack update</a>, <a href="http://blogs.icerocket.com/search?q=Woot+IIS6+MIME+Types" rel="tag">Woot IIS6 MIME Types</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3a28fb58-ccd0-487c-bf44-fbe267035f09" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=IIS6+MIME+types" rel="tag">IIS6 MIME types</a>, <a href="http://www.livejournal.com/interests.bml?int=Streaming+Media+MIME+Types" rel="tag">Streaming Media MIME Types</a>, <a href="http://www.livejournal.com/interests.bml?int=IIS6+needs+a+serious+service+pack+update" rel="tag">IIS6 needs a serious service pack update</a>, <a href="http://www.livejournal.com/interests.bml?int=Woot+IIS6+MIME+Types" rel="tag">Woot IIS6 MIME Types</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cb6c9700-d6c2-426c-b47d-68a92970b24b" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/IIS6+MIME+types" rel="tag">IIS6 MIME types</a>, <a href="http://www.43things.com/tag/Streaming+Media+MIME+Types" rel="tag">Streaming Media MIME Types</a>, <a href="http://www.43things.com/tag/IIS6+needs+a+serious+service+pack+update" rel="tag">IIS6 needs a serious service pack update</a>, <a href="http://www.43things.com/tag/Woot+IIS6+MIME+Types" rel="tag">Woot IIS6 MIME Types</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/10/02/hosting-media-on-iis6-you-will-need-these-mime-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
