<?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>Kanwaljeet Singla&amp;#39;s Blog - All Comments</title><link>http://blogs.iis.net/ksingla/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>J. Greg&amp;#039;s Brain Corral &amp;raquo; Sharepoint &amp;ndash; farm build procedure</title><link>http://blogs.iis.net/ksingla/archive/2008/02/18/what-to-expect-from-iis7-custom-error-module.aspx#3492283</link><pubDate>Tue, 03 Nov 2009 19:36:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3492283</guid><dc:creator>J. Greg's Brain Corral » Sharepoint – farm build procedure</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;J. Greg&amp;amp;#039;s Brain Corral &amp;amp;raquo; Sharepoint &amp;amp;ndash; farm build procedure&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3492283" width="1" height="1"&gt;</description></item><item><title>Social comments and analytics for this post</title><link>http://blogs.iis.net/ksingla/archive/2009/10/30/urlscan-to-requestfiltering-migration-using-msdeploy.aspx#3487099</link><pubDate>Sat, 31 Oct 2009 14:54:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3487099</guid><dc:creator>uberVU - social comments</dc:creator><description>&lt;p&gt;This post was mentioned on Twitter by LKWave: Urlscan to RequestFiltering migration using MSDeploy: In addition to FastCGI migration provider, MSDepl.. &lt;a rel="nofollow" target="_new" href="http://bit.ly/47vLNC"&gt;http://bit.ly/47vLNC&lt;/a&gt; #MSBlog&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3487099" width="1" height="1"&gt;</description></item><item><title>Urlscan to RequestFiltering migration using MSDeploy</title><link>http://blogs.iis.net/ksingla/archive/2009/09/24/migraing-fastcgi-configuration-from-iis-5-1-6-0-to-iis-7-0-7-5.aspx#3486462</link><pubDate>Fri, 30 Oct 2009 21:59:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3486462</guid><dc:creator>Kanwaljeet Singla's Blog</dc:creator><description>&lt;p&gt;In addition to FastCGI migration provider , MSDeploy 1.0 RTW shipped with a URLScan to request filtering&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3486462" width="1" height="1"&gt;</description></item><item><title>re: Things you can do by piping appcmd commands</title><link>http://blogs.iis.net/ksingla/archive/2007/06/17/things-you-can-do-by-piping-appcmd-commands.aspx#3474323</link><pubDate>Fri, 23 Oct 2009 18:05:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3474323</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;I'm not sure if i'm doing it right but is there a way to update an existing apppool using xml?&lt;/p&gt;
&lt;p&gt;What i am trying to do:&lt;/p&gt;
&lt;p&gt;appcmd list appool MyAppPool /config /xml &amp;gt; config.xml&lt;/p&gt;
&lt;p&gt;[Editing config.xml to suite my needs]&lt;/p&gt;
&lt;p&gt;appcmd set apppool MyAppPool /config /xml /in &amp;lt; config.xml&lt;/p&gt;
&lt;p&gt;The last command does not work, i tried all possible combinations:&lt;/p&gt;
&lt;p&gt;appcmd set apppool MyAppPool /config /in &amp;lt; config.xml&lt;/p&gt;
&lt;p&gt;appcmd set apppool MyAppPool /xml /in &amp;lt; config.xml&lt;/p&gt;
&lt;p&gt;appcmd set apppool MyAppPool /in &amp;lt; config.xml&lt;/p&gt;
&lt;p&gt;appcmd set apppool MyAppPool /xml /in &amp;lt; config.xml&lt;/p&gt;
&lt;p&gt;Any of the above commands tells me:&lt;/p&gt;
&lt;p&gt;ERROR ( message:Please specify one or more parameters to set. &amp;nbsp;No changes were made. )&lt;/p&gt;
&lt;p&gt;I expect this to occur only when not modifying the generated XML file (tho i'd prefer appcmd to be quiet if everything is okay and nothing has changed).&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Pete&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3474323" width="1" height="1"&gt;</description></item><item><title>re: Execution order of modules in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/24/execution-order-of-modules-in-iis7.aspx#3436870</link><pubDate>Fri, 02 Oct 2009 06:55:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3436870</guid><dc:creator>Makarand Kulkarni</dc:creator><description>&lt;p&gt;Thanks for very informative article.&lt;/p&gt;
&lt;p&gt;Is it possible to define excution order to custom managed modules. Like FormsAuthenticationModule gets fired on AutheticateRequest. On the same event if i have two modules where i want they to get excuted in the specific order. I mean, how we can use SetPriorityForRequestNotification with in managed module ?&lt;/p&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3436870" width="1" height="1"&gt;</description></item><item><title>re: What to expect from IIS7 custom error module</title><link>http://blogs.iis.net/ksingla/archive/2008/02/18/what-to-expect-from-iis7-custom-error-module.aspx#3333362</link><pubDate>Thu, 06 Aug 2009 13:03:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3333362</guid><dc:creator>daflookie</dc:creator><description>&lt;p&gt;&amp;quot;If the original request was sent to Asp.Net page or WCF service, there is a bug in custom error module which makes it return blank responses in case of configuration errors. This will be fixed in next service pack.&amp;quot;&lt;/p&gt;
&lt;p&gt;My shop is experiencing this - do you know if the fix has been released yet?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3333362" width="1" height="1"&gt;</description></item><item><title>re: Getting both FastCGI module and AppPool CPULimit to work</title><link>http://blogs.iis.net/ksingla/archive/2009/07/02/getting-both-fastcgi-module-and-apppool-cpulimit-to-work.aspx#3273387</link><pubDate>Fri, 03 Jul 2009 11:27:54 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3273387</guid><dc:creator>nicholas987</dc:creator><description>&lt;p&gt;It's still not working. Is there any conflict in running both?&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.cisco-braindumps.com&amp;quot;&amp;gt;cisco"&gt;http://www.cisco-braindumps.com&amp;quot;&amp;gt;cisco&lt;/a&gt; certification&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3273387" width="1" height="1"&gt;</description></item><item><title>re: Generating trace information in native modules</title><link>http://blogs.iis.net/ksingla/archive/2009/01/01/generating-trace-information-in-native-modules.aspx#3162784</link><pubDate>Thu, 14 May 2009 14:57:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3162784</guid><dc:creator>eokim</dc:creator><description>&lt;p&gt;Kanwal, this is Neat and very valuable article for module dev. Thanks.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3162784" width="1" height="1"&gt;</description></item><item><title>re: List of registry keys affecting IIS7 behavior</title><link>http://blogs.iis.net/ksingla/archive/2007/12/30/list-of-registry-keys-affecting-iis7-behavior.aspx#3145488</link><pubDate>Wed, 06 May 2009 17:49:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3145488</guid><dc:creator>ksingla</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did you recycle the process which has nativerd.dll loaded and reading web.config file? In case of worker process, try after recycling the apppool and the new limit should be effective.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kanwal&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3145488" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#3145482</link><pubDate>Wed, 06 May 2009 17:45:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3145482</guid><dc:creator>ksingla</dc:creator><description>&lt;p&gt;Hi Avinash,&lt;/p&gt;
&lt;p&gt;By “you don’t have access to IIS”, I understand you don’t have administrator access to IIS and can only change configuration in web.config. Is this correct?&lt;/p&gt;
&lt;p&gt;If yes, then no you can’t enable compression for “.config” files. Only administrator can enable compression for “.config” files by adding that to httpCompression/staticTypes list. You can only control if you want to enable or disable compression completely by setting urlCompression/doStaticCompression property.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kanwal&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3145482" width="1" height="1"&gt;</description></item><item><title>re: Sample forms authentication test in C#</title><link>http://blogs.iis.net/ksingla/archive/2006/08/23/sample-forms-authentication-test-in-c.aspx#3126705</link><pubDate>Wed, 29 Apr 2009 05:11:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3126705</guid><dc:creator>shanwajsk</dc:creator><description>&lt;p&gt;Hi Kanwaljeet,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Thanks for your reply,Here I am passing the company name with query string to each and every page except login and company pages.&lt;/p&gt;
&lt;p&gt;When I tried to send report with the help of your article it was sending company.aspx.&lt;/p&gt;
&lt;p&gt;my report url is like&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &lt;a rel="nofollow" target="_new" href="http://localhost/accountspackage/sixthadmin/management/repQuotation.aspx?Id=&amp;quot;"&gt;localhost/.../repQuotation.aspx&lt;/a&gt; &amp;amp; vno &amp;amp; &amp;quot;&amp;amp;Value=&amp;quot; &amp;amp; DecryptUserValue() &amp;amp; &amp;quot;&amp;amp;cp=&amp;quot; &amp;amp; ecCompany()&lt;/p&gt;
&lt;p&gt;In above link cp is company name.&lt;/p&gt;
&lt;p&gt;I tried a lot to make it success but I could't ,&lt;/p&gt;
&lt;p&gt;I struck here,Please help me&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3126705" width="1" height="1"&gt;</description></item><item><title>re: Sample forms authentication test in C#</title><link>http://blogs.iis.net/ksingla/archive/2006/08/23/sample-forms-authentication-test-in-c.aspx#3112296</link><pubDate>Thu, 23 Apr 2009 05:53:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3112296</guid><dc:creator>shanwajsk</dc:creator><description>&lt;p&gt;Hi kanwaljeet&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Actually I am sending a report &amp;nbsp;page as email in my application which is forms authentication.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; The originaluri is http:l//localhost/abc/xyz/report.aspx and the login url is &lt;a rel="nofollow" target="_new" href="http://localhost/abc/login.aspx"&gt;localhost/.../login.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;In my application the user will get company.aspx page after login then he should select the company name from given dropdown,after selecting company only he will redirect to specified page.&lt;/p&gt;
&lt;p&gt; &amp;nbsp;I tried your code,it is successfully loged in and redirected to company.aspx page.In aspx page the company selection will be the user choice ,so I could not pass the parameter to company.aspx page.how can i do this,Please suggest me&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3112296" width="1" height="1"&gt;</description></item><item><title>http://news.softpedia.com/news/Windows-7-IIS-7-5-FastCGI-Features-Available-for-Windows-XP-109829.shtml</title><link>http://blogs.iis.net/ksingla/archive/2009/04/20/fastcgi-isapi-1-5-beta-for-winxp-and-win2k3.aspx#3108264</link><pubDate>Tue, 21 Apr 2009 17:40:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3108264</guid><dc:creator>TrackBack</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3108264" width="1" height="1"&gt;</description></item><item><title>re: New features in configuration system and appcmd in IIS 7.5</title><link>http://blogs.iis.net/ksingla/archive/2009/03/25/new-features-in-configuration-system-and-appcmd-in-iis-7-5.aspx#3043222</link><pubDate>Fri, 27 Mar 2009 15:41:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3043222</guid><dc:creator>ksingla</dc:creator><description>&lt;p&gt;To start the application pool, you can use &amp;quot;appcmd start apppool &amp;lt;apppoolName&amp;gt;&amp;quot;. To start all application pools you can use &amp;quot;appcmd list apppool /xml | appcmd start apppool /in&amp;quot;.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3043222" width="1" height="1"&gt;</description></item><item><title>re: IIS 7.5 updates to custom errors and compression</title><link>http://blogs.iis.net/ksingla/archive/2009/02/16/iis-7-5-updates-to-custom-errors-and-compression.aspx#3037451</link><pubDate>Wed, 25 Mar 2009 17:12:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3037451</guid><dc:creator>ksingla</dc:creator><description>&lt;p&gt;No. IIS 7.5 won't be available on windows vista. It will only be available on Win7 and Win2K8 R2. Custom errors additions described above will be available on Windows Vista in Sp2.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3037451" width="1" height="1"&gt;</description></item></channel></rss>