<?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>gregs &#187; iis</title>
	<atom:link href="http://gregs.tcias.co.uk/category/comps/web-server/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregs.tcias.co.uk</link>
	<description>helping me remember what I figure out</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:04:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>IIS virtualhosts and SSL</title>
		<link>http://gregs.tcias.co.uk/2008/05/21/iis-virtualhosts-and-ssl/</link>
		<comments>http://gregs.tcias.co.uk/2008/05/21/iis-virtualhosts-and-ssl/#comments</comments>
		<pubDate>Wed, 21 May 2008 05:09:04 +0000</pubDate>
		<dc:creator>gregs</dc:creator>
				<category><![CDATA[iis]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://gregs.tcias.co.uk/?p=467</guid>
		<description><![CDATA[For posterity, if you are configuring several websites, that use the same IP/port combination for SSL and you are using host headers to identify them, then you&#8217;ll need to follow these steps, particularly this one here. Always strikes me as &#8230; <a href="http://gregs.tcias.co.uk/2008/05/21/iis-virtualhosts-and-ssl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For posterity, if you are configuring several websites, that use the same IP/port combination for SSL and you are using host headers to identify them, then you&#8217;ll need to<a title="Configuring SSL Host Headers (IIS 6.0)" href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx?mfr=true"> follow these steps</a>, particularly <a title="Configuring Server Bindings for SSL Host Headers (IIS 6.0)" href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx?mfr=true">this one here</a>. Always strikes me as odd that when you basically have everything in a GUI, for the final step you have to crak open the command line. Especially when you consider that you don&#8217;t need to do anything for multiple hosts on port 80.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregs.tcias.co.uk/2008/05/21/iis-virtualhosts-and-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysterious IIS crashes</title>
		<link>http://gregs.tcias.co.uk/2005/12/16/mysterious-iis-crashes/</link>
		<comments>http://gregs.tcias.co.uk/2005/12/16/mysterious-iis-crashes/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>gregs</dc:creator>
				<category><![CDATA[iis]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://gregs.tcias.co.uk/?p=142</guid>
		<description><![CDATA[We recently started experiencing a few site crashes but there were no obvious errors, but after some investigating one of my colleagues (nicknamed the Wolf) stumbled across this error message: PLAIN TEXT CODE: DCOM got error "Overlapped I/O operation is &#8230; <a href="http://gregs.tcias.co.uk/2005/12/16/mysterious-iis-crashes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We recently started experiencing a few site crashes but there were no obvious errors, but after some investigating one of my colleagues (nicknamed the Wolf) stumbled across this error message:</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showPlainTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">DCOM got error <span style="color:#CC0000;">"Overlapped I/O operation is in progress. "</span> and was unable to logon .\IWAM_BOB in order to run the server:</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span>3D14228D-FBE1-11D0-995D-00C04FD919C1<span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>He dug a little further and found <a href="http://www.codecomments.com/ASP/message334521.html" title="DCom got error Overlapped I/O operation is in progress.....">the solution to the problem</a> (look for the post by yakhunter). For posterity here is <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;297989" title="PRB: Configured Identity Is Incorrect for IWAM Account">the resolution</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregs.tcias.co.uk/2005/12/16/mysterious-iis-crashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create IIS mappings for coldfusion</title>
		<link>http://gregs.tcias.co.uk/2000/10/18/how-to-create-iis-mappings-for-coldfusion/</link>
		<comments>http://gregs.tcias.co.uk/2000/10/18/how-to-create-iis-mappings-for-coldfusion/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>gregs</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://gregs.tcias.co.uk/?p=294</guid>
		<description><![CDATA[Just the other day I installed Cold Fusion Enterprise on one of our web servers hosted externally. After the re-boot I fired up a browser to test the installation. Alas the server wouldn't execute .cfm file extensions, instead offering me &#8230; <a href="http://gregs.tcias.co.uk/2000/10/18/how-to-create-iis-mappings-for-coldfusion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just the other day I installed Cold Fusion Enterprise on one of our web servers hosted externally. After the re-boot I fired up a browser to test the installation. Alas the server wouldn't execute <em>.cfm</em> file extensions, instead offering me the chance to download these. The problem was down to the installation program not mapping <em>.cfm</em> extensions to the <strong>Application settings</strong>. You can check the mappings and fix this by carrying out the following steps:</p>
<ol>
<li>Start up IIS MMC.</li>
<li>Right click on your site and select <strong>Properties</strong>.</li>
<li>Change to Home Directory, and in the <strong>Application settings</strong> box, click on the configuration button.</li>
<li>Under the <strong>Add mapping</strong> tab yo can see all the file extensions that your server can interpret. If <em>.cfm</em> is not listed, this is the reason your server s not executing the Cold Fusion templates.</li>
<li>Click on the <strong>Add</strong> button and complete the dialogue. Under executable specify the path and file name for your CF server executable, usually <em>&lt;drive letter&gt;:CFUSION\Bin\iscf.dll</em>. Next specify the file extension, i.e. <em>.cfm</em> and make sure that the option for <strong>Scrip engine</strong> is ticked.</li>
</ol>
<p>Repeat the same step for the file extension <em>.dbm</em>, if it's not listed either. Once done click on OK and OK again to return to the console. Fire up your browser and try it again. The files should now execute.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregs.tcias.co.uk/2000/10/18/how-to-create-iis-mappings-for-coldfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

