<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating an IIS Site through managed code (C#, .NET)</title>
	<atom:link href="http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/</link>
	<description>My one-in-all blog...</description>
	<lastBuildDate>Mon, 24 May 2010 19:30:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nojux</title>
		<link>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/comment-page-1/#comment-202</link>
		<dc:creator>nojux</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/01/23/CreatingAnIISSiteThroughManagedCodeCNET.aspx#comment-202</guid>
		<description>we todd ed, man your double quotes are converted to fancy quotes, nice job</description>
		<content:encoded><![CDATA[<p>we todd ed, man your double quotes are converted to fancy quotes, nice job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bell</title>
		<link>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/comment-page-1/#comment-179</link>
		<dc:creator>Michael Bell</dc:creator>
		<pubDate>Wed, 19 Aug 2009 20:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/01/23/CreatingAnIISSiteThroughManagedCodeCNET.aspx#comment-179</guid>
		<description>Indeed. I have the following using statements in that class:
using System;
using System.Data;
using System.Configuration;
using System.IO;
using System.DirectoryServices;
using System.Management;
using System.Web;

&lt;a href=&quot;#comment-178&quot; rel=&quot;nofollow&quot;&gt;@a &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Indeed. I have the following using statements in that class:<br />
using System;<br />
using System.Data;<br />
using System.Configuration;<br />
using System.IO;<br />
using System.DirectoryServices;<br />
using System.Management;<br />
using System.Web;</p>
<p><a href="#comment-178" rel="nofollow">@a </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/comment-page-1/#comment-178</link>
		<dc:creator>a</dc:creator>
		<pubDate>Wed, 19 Aug 2009 20:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/01/23/CreatingAnIISSiteThroughManagedCodeCNET.aspx#comment-178</guid>
		<description>several using statements are needed for this code to compile. one for example:  using System.DirectoryServices</description>
		<content:encoded><![CDATA[<p>several using statements are needed for this code to compile. one for example:  using System.DirectoryServices</p>
]]></content:encoded>
	</item>
</channel>
</rss>
