<?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: IIS6, Creating Application Pools with .NET</title>
	<atom:link href="http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/</link>
	<description>I'll have a slice of that</description>
	<lastBuildDate>Sat, 10 Oct 2009 16:24:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Fahmi</title>
		<link>http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/comment-page-1/#comment-1537</link>
		<dc:creator>Fahmi</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/#comment-1537</guid>
		<description>Than a lot dear your links realy helped me alot. :) 
U r great............</description>
		<content:encoded><![CDATA[<p>Than a lot dear your links realy helped me alot. <img src='http://siliconpizza.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
U r great&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahmi</title>
		<link>http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/comment-page-1/#comment-1536</link>
		<dc:creator>Fahmi</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/#comment-1536</guid>
		<description>If Not foundapp Then
                &#039;create the APP Pool and set unique information, most of the data is inherited
                NewAppPool = apppool2.Children.Add(AppName, &quot;IIsApplicationPool&quot;)
                NewAppPool.Properties(&quot;AppPoolIdentityType&quot;).Item(0) = 2
                &#039;NewAppPool.Properties(&quot;WAMUserName&quot;).Item(0) = UserName
                &#039;NewAppPool.Properties(&quot;WAMUserPass&quot;).Item(0) = Password
                NewAppPool.CommitChanges()
                NewAppPool = Nothing
            Else
                CreateAppPool = &quot;Duplicate AppPool found&quot;
            End If


is it rite which i did</description>
		<content:encoded><![CDATA[<p>If Not foundapp Then<br />
                &#8216;create the APP Pool and set unique information, most of the data is inherited<br />
                NewAppPool = apppool2.Children.Add(AppName, &#8220;IIsApplicationPool&#8221;)<br />
                NewAppPool.Properties(&#8220;AppPoolIdentityType&#8221;).Item(0) = 2<br />
                &#8216;NewAppPool.Properties(&#8220;WAMUserName&#8221;).Item(0) = UserName<br />
                &#8216;NewAppPool.Properties(&#8220;WAMUserPass&#8221;).Item(0) = Password<br />
                NewAppPool.CommitChanges()<br />
                NewAppPool = Nothing<br />
            Else<br />
                CreateAppPool = &#8220;Duplicate AppPool found&#8221;<br />
            End If</p>
<p>is it rite which i did</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahmi</title>
		<link>http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/comment-page-1/#comment-1535</link>
		<dc:creator>Fahmi</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/#comment-1535</guid>
		<description>Hi, its a very much easy n working piece of code could u please help me while creating the new app pool i want to add apppool identity as Network Service. How could i do it plz tell me. Plzz tell me the solution 4 both thanks alot.</description>
		<content:encoded><![CDATA[<p>Hi, its a very much easy n working piece of code could u please help me while creating the new app pool i want to add apppool identity as Network Service. How could i do it plz tell me. Plzz tell me the solution 4 both thanks alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/comment-page-1/#comment-1534</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/#comment-1534</guid>
		<description>Not something I have done, but http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e3a60d16-1f4d-44a4-9866-5aded450956f.mspx?mfr=true says these values can be set at the /LM/W3SVC key, which implies they can inherit, so simply removing the lines that setup the username and password should do what you need

it is also worth looking at http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e3a60d16-1f4d-44a4-9866-5aded450956f.mspx?mfr=true

which talks about the AppPoolIdentityType value</description>
		<content:encoded><![CDATA[<p>Not something I have done, but <a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e3a60d16-1f4d-44a4-9866-5aded450956f.mspx?mfr=true" rel="nofollow">http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e3a60d16-1f4d-44a4-9866-5aded450956f.mspx?mfr=true</a> says these values can be set at the /LM/W3SVC key, which implies they can inherit, so simply removing the lines that setup the username and password should do what you need</p>
<p>it is also worth looking at <a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e3a60d16-1f4d-44a4-9866-5aded450956f.mspx?mfr=true" rel="nofollow">http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e3a60d16-1f4d-44a4-9866-5aded450956f.mspx?mfr=true</a></p>
<p>which talks about the AppPoolIdentityType value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faheem sial</title>
		<link>http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/comment-page-1/#comment-1533</link>
		<dc:creator>Faheem sial</dc:creator>
		<pubDate>Wed, 12 Nov 2008 11:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/#comment-1533</guid>
		<description>Hi, its a very much easy n working piece of code could u please help me while creating the new app pool i want to add apppool identity (username/password) same as default pool settings.</description>
		<content:encoded><![CDATA[<p>Hi, its a very much easy n working piece of code could u please help me while creating the new app pool i want to add apppool identity (username/password) same as default pool settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Joe</title>
		<link>http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/comment-page-1/#comment-541</link>
		<dc:creator>Joe Joe</dc:creator>
		<pubDate>Sat, 03 May 2008 20:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://siliconpizza.com/blog/2008/03/25/iis6-creating-application-pools-with-net/#comment-541</guid>
		<description>thanks for the sample. Exactly what I&#039;m trying to do!</description>
		<content:encoded><![CDATA[<p>thanks for the sample. Exactly what I&#8217;m trying to do!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
