<?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>SPSherm.MyBlog &#187; Command</title>
	<atom:link href="http://spsherm.uptempoconsulting.com/tag/command/feed/" rel="self" type="application/rss+xml" />
	<link>http://spsherm.uptempoconsulting.com</link>
	<description>SharePoint, of course.</description>
	<lastBuildDate>Mon, 03 Oct 2011 03:01:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IIS7 Application Pool Reset</title>
		<link>http://spsherm.uptempoconsulting.com/2010/01/iis7-application-pool-reset/</link>
		<comments>http://spsherm.uptempoconsulting.com/2010/01/iis7-application-pool-reset/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 21:21:16 +0000</pubDate>
		<dc:creator>Sherman</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Application Pool]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://spsherm.uptempoconsulting.com/?p=160</guid>
		<description><![CDATA[In IIS6 on Windows Server 2003, we could recyle the application pool that hosted our SharePoint site in order to force the web application to perform a JIT compile. This would then reload any DLLs it required. This saved a considerable amount of time over an IISRESET. That command is: (Note that the first time you run [...]]]></description>
			<content:encoded><![CDATA[<p>In IIS6 on Windows Server 2003, we could recyle the application pool that hosted our SharePoint site in order to force the web application to perform a JIT compile. This would then reload any DLLs it required. This saved a considerable amount of time over an IISRESET.</p>
<p>That command is:</p>
<pre class="brush: plain; title: ; notranslate">C:\windows\system32\IISApp.vbs /a &quot;SP Site App Pool&quot; /r</pre>
<p>(Note that the first time you run IISAPP.vbs, you&#8217;ll get a few confirmation prompts.)</p>
<p>This VBS script does not exist in IIS7 on Windows Server 2008, but the good news is there is an even better command:</p>
<pre class="brush: plain; title: ; notranslate">c:\windows\system32\inetsrv\AppCmd Recycle AppPool &quot;SP Site App Pool&quot;</pre>
<p>Type &#8220;AppCmd /?&#8221; for a list of all the useful actions you might want perform against your IIS7 installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://spsherm.uptempoconsulting.com/2010/01/iis7-application-pool-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

