<?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>Kanwaljeet Singla &#187; Appcmd</title>
	<atom:link href="http://www.ksingla.net/tag/appcmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksingla.net</link>
	<description>Windows, IIS, PHP and more</description>
	<lastBuildDate>Thu, 04 Aug 2011 08:24:20 +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>New features in configuration system and appcmd in IIS 7.5</title>
		<link>http://www.ksingla.net/2009/03/new_features_in_configuration_system_and_appcmd_in_iis-75/</link>
		<comments>http://www.ksingla.net/2009/03/new_features_in_configuration_system_and_appcmd_in_iis-75/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 11:48:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Appcmd]]></category>
		<category><![CDATA[IISConfig]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=57</guid>
		<description><![CDATA[<p><font size="3"><font face="Calibri">Following new features have been added to IIS configuration system and appcmd command line tool in IIS 7.5.<o:p></o:p></font></font><b><o:p><font size="3" face="Calibri"><br />
<br />
</font></o:p></b><b><font size="3"><font face="Calibri">Configuration System<o:p></o:p></font></font></b><b><o:p><font size="3" face="Calibri"><br />
<br />
</font></o:p></b><span style="mso-bidi-font-family: Calibri; mso-fareast-font-family: Calibri"><span style="mso-list: Ignore"><font size="3" face="Calibri">1.</font><span style="font: 7pt 'Times New Roman'">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3"><font face="Calibri">Configuration system tracing and logging<br />]]></description>
		<wfw:commentRss>http://www.ksingla.net/2009/03/new_features_in_configuration_system_and_appcmd_in_iis-75/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Things you can do by piping appcmd commands</title>
		<link>http://www.ksingla.net/2007/06/things_you_can_do_by_piping_appcmd_commands/</link>
		<comments>http://www.ksingla.net/2007/06/things_you_can_do_by_piping_appcmd_commands/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 20:16:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Appcmd]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=41</guid>
		<description><![CDATA[<p><font size="3"><font face="Calibri">Here are some of the cool things you can do by piping appcmd commands together in IIS7.<br />
<br />
</font></font><b style="mso-bidi-font-weight: normal"><font size="3"><font face="Calibri">Application Pools<br />
<o:p></o:p></font></font></b><font size="3" face="Calibri"><br />
1. Recycle all application pools (replace recycle with start/stop to start/stop all apppools)<br />
</font><font size="3"><font face="Calibri"><i style="mso-bidi-font-style: normal">appcmd list apppool /xml &#124; appcmd recycle apppool /in<br />
<br />
</i>2. Stop application pools with word &#34;cheap&#34; in it<br />
<i style="mso-bidi-font-style: normal">appcmd list apppool /name:&#34;$=*cheap*&#34; /xml &#124; appcmd stop apppool /in</i></font></font><br />
3. Set property enable32BitAppOnWin64 to true for all apppools (Filter apppools as in 2 if needed)]]></description>
		<wfw:commentRss>http://www.ksingla.net/2007/06/things_you_can_do_by_piping_appcmd_commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to enable tracing using appcmd</title>
		<link>http://www.ksingla.net/2007/05/steps_to_enable_tracing_using_appcmd/</link>
		<comments>http://www.ksingla.net/2007/05/steps_to_enable_tracing_using_appcmd/#comments</comments>
		<pubDate>Thu, 17 May 2007 10:45:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Appcmd]]></category>
		<category><![CDATA[Tracing]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=40</guid>
		<description><![CDATA[<p><font size="3"><font face="Calibri">Here are the steps you need to enable tracing for a site using appcmd.<o:p></o:p></font></font></p>
1. Enable tracing for site.
2. Enable tracing for all request paths and for all response codes.
3. Appcmd leaves verbosity to default value “warning”. Get the providers count to change verbosity in step 4.]]></description>
		<wfw:commentRss>http://www.ksingla.net/2007/05/steps_to_enable_tracing_using_appcmd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppcmdUI &#8211; appcmd command autocompletion tool</title>
		<link>http://www.ksingla.net/2007/04/appcmdui_appcmd_command_autocompletion_tool/</link>
		<comments>http://www.ksingla.net/2007/04/appcmdui_appcmd_command_autocompletion_tool/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 19:29:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Appcmd]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=38</guid>
		<description><![CDATA[<p><font size="3"><font face="Calibri">Do you always find yourself using &#8220;/?&#8221; in appcmd to find what switches you need? Do you always run &#8220;appcmd list&#8221; commands to see the list of apppools/sites/apps/traces etc before actually running the command? Do you always end up opening schema when working with &#34;appcmd config&#34; commands? Worry no more. I have written AppcmdUI to alleviate your pains. AppcmdUI provides you available options at each step so that you only need to pick the option from the list as in the snapshot below.</font></font></p><br />]]></description>
		<wfw:commentRss>http://www.ksingla.net/2007/04/appcmdui_appcmd_command_autocompletion_tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

