<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Recycling Application Pools using WMI in IIS 6.0</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx</link><description>Can one recycle an application from a script in IIS 6.0? We (MS) certainly improved our story around ensuring reliablity and performance with the release of IIS 6.0. IIS 6.0 has had numerous positive comments around the process archictecture and also</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Application Pool Reset ??ber CMD &amp;raquo; dev.niedermair.name</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#2894417</link><pubDate>Tue, 27 Jan 2009 10:21:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2894417</guid><dc:creator>Application Pool Reset ??ber CMD » dev.niedermair.name</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Application Pool Reset ??ber CMD &amp;amp;raquo; dev.niedermair.name&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2894417" width="1" height="1"&gt;</description></item><item><title>Livin life... : Recycling Application Pools using WMI in IIS 6.0</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#2838499</link><pubDate>Tue, 30 Dec 2008 18:16:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2838499</guid><dc:creator>harbar.net</dc:creator><description>&lt;p&gt;Livin life... : Recycling Application Pools using WMI in IIS 6.0&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2838499" width="1" height="1"&gt;</description></item><item><title>re: Recycling Application Pools using WMI in IIS 6.0</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#2632480</link><pubDate>Fri, 19 Sep 2008 12:12:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2632480</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Peter, a very rudimentary one-line method could be to add a call to open the web site in your default browser directly after the Recycle, though a delay might be required to give the recycle time to process (?). The browser will make a request to the server which will in turn start up the app.&lt;/p&gt;
&lt;p&gt;System.Diagnostics.Process.Start(&amp;quot;&lt;a rel="nofollow" target="_new" href="http://mywebserver/mywebsite/&amp;quot;"&gt;mywebserver/.../&amp;quot;&lt;/a&gt;);&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2632480" width="1" height="1"&gt;</description></item><item><title>re: Recycling Application Pools using WMI in IIS 6.0</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#2343837</link><pubDate>Wed, 07 May 2008 18:44:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2343837</guid><dc:creator>Peter Brunone</dc:creator><description>&lt;p&gt;Chris, I have kind of a twist on this: &amp;nbsp;do you know of a good way to run custom code *after* an app pool has been recycled? &amp;nbsp;Basically, we have a scenario where some controls are leaking, and the fix isn't out yet, so we're recycling based on memory usage. &amp;nbsp;After the recycle we want to run a warmup script to get SharePoint all compiled and cached again, but there doesn't seem to be a way to trigger it. &amp;nbsp;Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks for a good post, and for any other ideas you might have.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2343837" width="1" height="1"&gt;</description></item><item><title>Application Pool Reset über CMD</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#2280198</link><pubDate>Mon, 07 Apr 2008 06:03:09 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2280198</guid><dc:creator>dev.niedermair.name</dc:creator><description>&lt;p&gt;Wow, danach habe ich wirklich lange gesucht: Reset via CMD iisapp /a DefaultAppPool /r sehr geil!&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2280198" width="1" height="1"&gt;</description></item><item><title>re: Recycling Application Pools using WMI in IIS 6.0</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#1990248</link><pubDate>Mon, 05 Nov 2007 15:00:54 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1990248</guid><dc:creator>bigcompanydeveloper</dc:creator><description>&lt;p&gt;I tried this code sample, but get this error:&lt;/p&gt;
&lt;p&gt;System.Management.ManagementException: Provider load failure at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)&lt;/p&gt;
&lt;p&gt;I get this error even if i make the account that's running a local administrator on the box...&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1990248" width="1" height="1"&gt;</description></item><item><title>re: Recycling Application Pools using WMI in IIS 6.0</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#1825214</link><pubDate>Thu, 26 Jul 2007 14:57:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1825214</guid><dc:creator>Moshe Eshel</dc:creator><description>&lt;p&gt;So, how to Stop/Start an Application Pool (not recycle, but the other two options that are available from the MMC)?&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1825214" width="1" height="1"&gt;</description></item><item><title>Livin life... : Recycling Application Pools using WMI in IIS 6.0</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#1513151</link><pubDate>Sat, 30 Dec 2006 07:03:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1513151</guid><dc:creator>harbar.net</dc:creator><description>&lt;p&gt;Livin life... : Recycling Application Pools using WMI in IIS 6.0&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1513151" width="1" height="1"&gt;</description></item><item><title>Recycling Application Pools using WMI in IIS 6.0 </title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#1401895</link><pubDate>Mon, 18 Sep 2006 05:03:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1401895</guid><dc:creator>Vinod Kumar's Blog</dc:creator><description>&lt;p&gt;Chris Adams Blog has this interesting post on IIS 6.0 WMI scripting. Though I am a big fan of WMI scripting&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1401895" width="1" height="1"&gt;</description></item><item><title>About Recycling AppPools</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#1388915</link><pubDate>Mon, 04 Sep 2006 13:19:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1388915</guid><dc:creator>Rakki MK - IIS, ASP.NET, C# - My MSDN Blog</dc:creator><description>&lt;p&gt;While reading my favorite blogs, found this one from Chris Adams Blog. &lt;a rel="nofollow" target="_new" href="http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx"&gt;http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx&lt;/a&gt;...&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1388915" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: August 30, 2006</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#1385528</link><pubDate>Thu, 31 Aug 2006 02:40:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1385528</guid><dc:creator>Jason Haley</dc:creator><description>&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1385528" width="1" height="1"&gt;</description></item><item><title>Livin life... : Recycling Application Pools using WMI in IIS 6.0</title><link>http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx#1385493</link><pubDate>Thu, 31 Aug 2006 01:28:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1385493</guid><dc:creator>Livin life... : Recycling Application Pools using WMI in IIS 6.0</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx"&gt;http://blogs.iis.net/chrisad/archive/2006/08/30/Recycling-Application-Pools-using-WMI-in-IIS-6.0.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1385493" width="1" height="1"&gt;</description></item></channel></rss>