<?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>The Firstwave &#187; iis</title>
	<atom:link href="http://www.great-one.co.uk/archives/tag/iis/feed" rel="self" type="application/rss+xml" />
	<link>http://www.great-one.co.uk</link>
	<description>My corner of the internet</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:42:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to allow users to download exe-files from an iis 6 server</title>
		<link>http://www.great-one.co.uk/archives/117</link>
		<comments>http://www.great-one.co.uk/archives/117#comments</comments>
		<pubDate>Wed, 05 May 2010 12:57:27 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iis]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=117</guid>
		<description><![CDATA[<p>By default, IIS 6.0 will not serve unknown extensions and this includes exe and dmg files. When a user requests such file, IIS will reply back with a 404 status code.</p> <p>The solution to this problem is to allow the exe extension.</p> <p>To allow exe files to be downloaded to the client, follow these steps:</p> [...]]]></description>
			<content:encoded><![CDATA[<p>By default, IIS 6.0 will not serve unknown extensions  and this includes exe and dmg files. When a user requests such file, IIS will  reply back with a 404 status code.</p>
<p>The solution to this problem is to allow the exe extension.</p>
<p>To allow exe files to be downloaded to the client, follow these steps:</p>
<ul>
<li>Open IIS Manager</li>
<li>Right click the folder where the exe-files are located and click  Properties.</li>
<li>Click the &#8220;HTTP Headers&#8221; tab</li>
<li>Click on the &#8220;MIME Types&#8221; button</li>
<li>Click New</li>
<li>In the extension box, type <strong>.exe .dmg<br />
</strong></li>
<li>In the MIME Type box, type <strong>application/octet-stream</strong></li>
<li>Apply the new settings</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/117/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

