<?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; IISUI</title>
	<atom:link href="http://www.ksingla.net/tag/iisui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksingla.net</link>
	<description>Windows, IIS, PHP and more</description>
	<lastBuildDate>Thu, 10 Jun 2010 20:38:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to read/write administration.config</title>
		<link>http://www.ksingla.net/2007/07/how_to_read_write_administration_config/</link>
		<comments>http://www.ksingla.net/2007/07/how_to_read_write_administration_config/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 17:37:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[IISConfig]]></category>
		<category><![CDATA[IISUI]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=43</guid>
		<description><![CDATA[<p>IIS7 configuration system understands machine.config, web.config and applicationHost.config but does not handle administration.config natively. This means reading and writing administration.config is little difficult. If you use AhAdmin directly and call GetAdminSection for a section defined in administration.config, it will throw a configuration error for all configuration paths saying that it couldn&#8217;t find the section in the configuration file. Easiest way you can work with administration.config is by using Microsoft.Web.Administration (MWA). ServerManager::GetAdministrationConfiguration gives you a Configuration object which represents administration.config. Below is a sample program which uses MWA to print UI module providers registered in administration.config.<br />
<span style="color: blue; font-size: 10pt"><br />
class</span><span style="font-size: 10pt"> <span style="color: teal">Program<br />
</span></span>{<br />
]]></description>
		<wfw:commentRss>http://www.ksingla.net/2007/07/how_to_read_write_administration_config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feature delegation of custom module in UI</title>
		<link>http://www.ksingla.net/2006/11/feature_delegation_of_custom_module_in_ui/</link>
		<comments>http://www.ksingla.net/2006/11/feature_delegation_of_custom_module_in_ui/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 21:31:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[IISUI]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=32</guid>
		<description><![CDATA[<p>I was at TechEd developers last week and one question that came up was what it takes for custom modules to show up in &#34;Features Delegation&#34; UI. I had <a title="image copyright walkthrough" target="_blank" mce_href="http://www.iis.net/default.aspx?tabid=2&#38;subtabid=25&#38;i=1076" href="http://www.iis.net/default.aspx?tabid=2&#38;subtabid=25&#38;i=1076"><u><font color="#000080">image copyright walkthrough</font></u></a> setup on the machine and in spite of having the custom schema xml and &#60;section&#62; entry in applicationHost.config, imageCopyright was not shown in &#34;Features Delegation&#34; UI. I did some more investigations on it and following is what it takes for UI to offer delegation to a custom module.</p>]]></description>
		<wfw:commentRss>http://www.ksingla.net/2006/11/feature_delegation_of_custom_module_in_ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
