<?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>Michael Bell's Blog &#187; IIS</title>
	<atom:link href="http://www.michaelkbell.com/index.php/category/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelkbell.com</link>
	<description>My one-in-all blog...</description>
	<lastBuildDate>Fri, 28 May 2010 16:57:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating an IIS Site through managed code (C#, .NET)</title>
		<link>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:18:37 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/01/23/CreatingAnIISSiteThroughManagedCodeCNET.aspx</guid>
		<description><![CDATA[Another task I had in the past along with creating the DNS entries via managed code, was creating a new site in IIS. I had to nip various code from various places, but when I got done, it all worked nicely together. You will notice by the try catch block, that again, I was executing [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating a DNS Entry in Windows 20003 Std Edition with c# .NET</title>
		<link>http://www.michaelkbell.com/index.php/2009/01/23/creating-a-dns-entry-in-windows-20003-std-edition-with-c-net/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/01/23/creating-a-dns-entry-in-windows-20003-std-edition-with-c-net/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 14:25:33 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/01/23/CreatingADNSEntryInWindows20003StdEditionWithCNET.aspx</guid>
		<description><![CDATA[One of the websites I did in the past required me to be able to register a domain, create the site in IIS, add the DNS entries, and add email entries into HMail server. Here is the DNS server half of it. Of course you have to have permissions, but this is the method I [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/01/23/creating-a-dns-entry-in-windows-20003-std-edition-with-c-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
