<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>HOWTO: Create Custom Application Pool from Commandline</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx</link><description>Question Hi, I have a Web site configured to run in a custom application pool. The pool identify is set to a domain user. I can change the users password using IIS Manager, but is there a command line method ? Thanks Answer You can use the ADSUTIL.VBS</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: HOWTO: Create Custom Application Pool from Commandline</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx#6763929</link><pubDate>Thu, 13 Dec 2007 21:42:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6763929</guid><dc:creator>Kevin</dc:creator><description>&lt;p&gt;Nice to see you back David!.&lt;/p&gt;
&lt;p&gt;It's also perhaps worthwhile mentioning that after creating the pool account, the ASP.NET 2.0 aspnet_regiis administration tool has a useful switch called &amp;quot;-ga&amp;quot; which ensures that the account is granted &amp;nbsp;the correct permissions and rights. e.g.&lt;/p&gt;
&lt;p&gt;aspnet_regiis -ga &amp;lt;appPoolAccount&amp;gt;&lt;/p&gt;
&lt;p&gt;Kev&lt;/p&gt;
</description></item><item><title>Scripting an ASP.NET installation in Win2k3</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx#8339564</link><pubDate>Thu, 27 Mar 2008 15:27:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8339564</guid><dc:creator>LavaBlast Software Blog</dc:creator><description>&lt;p&gt;Scripting an ASP.NET installation in Win2k3&lt;/p&gt;
</description></item><item><title>re: HOWTO: Create Custom Application Pool from Commandline</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx#8965740</link><pubDate>Fri, 26 Sep 2008 02:45:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8965740</guid><dc:creator>bob</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I user IIS6&lt;/p&gt;
&lt;p&gt;I read,&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx"&gt;http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and i want script same&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://technet.microsoft.com/en-us/library/cc732992.aspx"&gt;http://technet.microsoft.com/en-us/library/cc732992.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;for change application pool of web site via command line&lt;/p&gt;
&lt;p&gt;can u help me ?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
</description></item><item><title>re: HOWTO: Create Custom Application Pool from Commandline</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx#8968282</link><pubDate>Mon, 29 Sep 2008 02:49:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8968282</guid><dc:creator>David.Wang</dc:creator><description>&lt;p&gt;bob - You need to modify the AppPoolId property of the specific application in the website. It is a one-liner, so please make the effort to figure it out.&lt;/p&gt;
&lt;p&gt;//David&lt;/p&gt;
</description></item><item><title>re: HOWTO: Create Custom Application Pool from Commandline</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx#9846212</link><pubDate>Thu, 23 Jul 2009 15:37:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9846212</guid><dc:creator>irinaro@cellcom.co.il</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Can you please send me how can I cancel Idle timeout (shutdown worker processes after being idle for) &amp;nbsp;in Applacation Pool &amp;nbsp;via command line. I created the Applacation Pool &amp;nbsp;via ADSUTIL.VBS .&lt;/p&gt;
&lt;p&gt;Thank you vey much,&lt;/p&gt;
&lt;p&gt;Irina&lt;/p&gt;
</description></item><item><title>re: HOWTO: Create Custom Application Pool from Commandline</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx#9933492</link><pubDate>Mon, 07 Dec 2009 15:28:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9933492</guid><dc:creator>ae</dc:creator><description>&lt;p&gt;Hi mister,&lt;/p&gt;
&lt;p&gt;how can I detect if apppool is created or not ??&lt;/p&gt;
&lt;p&gt;thanks in advanced.&lt;/p&gt;
</description></item><item><title>re: HOWTO: Create Custom Application Pool from Commandline</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx#9933509</link><pubDate>Mon, 07 Dec 2009 15:50:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9933509</guid><dc:creator>ae</dc:creator><description>&lt;p&gt;Hi mister,&lt;/p&gt;
&lt;p&gt;how can I detect if apppool is created or not ??&lt;/p&gt;
&lt;p&gt;thanks in advanced.&lt;/p&gt;
</description></item><item><title>re: HOWTO: Create Custom Application Pool from Commandline</title><link>http://blogs.msdn.com/david.wang/archive/2007/12/12/howto-create-custom-application-pool-by-commandline.aspx#9941549</link><pubDate>Mon, 28 Dec 2009 11:23:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9941549</guid><dc:creator>ae</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;can I create apppool in remote computer ?? thanks !!!&lt;/p&gt;
&lt;p&gt;I use XP and I want create AppPool in W2003 R2 .&lt;/p&gt;
&lt;p&gt;greetings&lt;/p&gt;
</description></item></channel></rss>