<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for RuslanY Blog</title>
	<atom:link href="http://ruslany.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Sat, 12 May 2012 03:15:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on ASP.NET postbacks and URL rewriting by Raj</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-12006</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Sat, 12 May 2012 03:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-12006</guid>
		<description>Thanks a lot for the great article, Ruslany. Its very simple and easy solution. It saved my lots of time....

Thanks again!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the great article, Ruslany. Its very simple and easy solution. It saved my lots of time&#8230;.</p>
<p>Thanks again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET postbacks and URL rewriting by Dorababu</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-12004</link>
		<dc:creator>Dorababu</dc:creator>
		<pubDate>Thu, 10 May 2012 10:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-12004</guid>
		<description>Can you attach the code used in this article please</description>
		<content:encoded><![CDATA[<p>Can you attach the code used in this article please</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Farm Framework 2.0 overview by Ners</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-12000</link>
		<dc:creator>Ners</dc:creator>
		<pubDate>Thu, 03 May 2012 20:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-12000</guid>
		<description>Nice post, thanks for the details. It seems like no one has answered paracetamol&#039;s second question about making controller server high-availability. Seems like the controller server is the weakest link in this chain - if a primary server goes down, you can have many other picking up the slack, but if controller goes down - nothing will work.

Can you create a new controller server and have it control an existing web farm with all existing configuration details, if the main controller goes down? Also, how can we make sure that controller works in a high-availability mode? Seems like there is no redundancy for controller server.</description>
		<content:encoded><![CDATA[<p>Nice post, thanks for the details. It seems like no one has answered paracetamol&#8217;s second question about making controller server high-availability. Seems like the controller server is the weakest link in this chain &#8211; if a primary server goes down, you can have many other picking up the slack, but if controller goes down &#8211; nothing will work.</p>
<p>Can you create a new controller server and have it control an existing web farm with all existing configuration details, if the main controller goes down? Also, how can we make sure that controller works in a high-availability mode? Seems like there is no redundancy for controller server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL Rewrite Module &#8211; Release to Web by Tom Robinson</title>
		<link>http://ruslany.net/2008/11/url-rewrite-module-release-to-web/comment-page-1/#comment-11999</link>
		<dc:creator>Tom Robinson</dc:creator>
		<pubDate>Thu, 03 May 2012 20:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/11/url-rewrite-module-release-to-web/#comment-11999</guid>
		<description>I really like the rewrite module, but wish that the error messages were more informative. The message &quot;The data in the page is invalid. Correct the data and try again.&quot; is perfectly correct, but absolutely useless. Is there anyway to get more informative messages?  Is there someone I can talk to about enhancing the error reporting?</description>
		<content:encoded><![CDATA[<p>I really like the rewrite module, but wish that the error messages were more informative. The message &#8220;The data in the page is invalid. Correct the data and try again.&#8221; is perfectly correct, but absolutely useless. Is there anyway to get more informative messages?  Is there someone I can talk to about enhancing the error reporting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL Rewrite Module &#8211; Go Live release by Saurabh Goswami</title>
		<link>http://ruslany.net/2008/09/url-rewrite-module-go-live-release/comment-page-1/#comment-11996</link>
		<dc:creator>Saurabh Goswami</dc:creator>
		<pubDate>Mon, 30 Apr 2012 18:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/09/url-rewrite-module-go-live-release/#comment-11996</guid>
		<description>Hi Ruslan,

I have a simple question here.

How will i able to redirect http://mydomain.com/Health/stress-management/Default.aspx?SecId=86&amp;id_news=679
to http://abcdomain.com/stress-management-1234 using web.config ?

Can i use 











OR


    
        
            
        
    


OR

There is any other way to do this ?</description>
		<content:encoded><![CDATA[<p>Hi Ruslan,</p>
<p>I have a simple question here.</p>
<p>How will i able to redirect <a href="http://mydomain.com/Health/stress-management/Default.aspx?SecId=86&#038;id_news=679" rel="nofollow">http://mydomain.com/Health/stress-management/Default.aspx?SecId=86&#038;id_news=679</a><br />
to <a href="http://abcdomain.com/stress-management-1234" rel="nofollow">http://abcdomain.com/stress-management-1234</a> using web.config ?</p>
<p>Can i use </p>
<p>OR</p>
<p>OR</p>
<p>There is any other way to do this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio XML IntelliSense for URL Rewrite 2.0 by Johan Persson</title>
		<link>http://ruslany.net/2010/04/visual-studio-xml-intellisense-for-url-rewrite-2-0/comment-page-1/#comment-11994</link>
		<dc:creator>Johan Persson</dc:creator>
		<pubDate>Thu, 26 Apr 2012 14:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=748#comment-11994</guid>
		<description>I got it working! Apparently my first cmd-window was not running as Administrator. When it did, it worked.

Thanks ruslany!</description>
		<content:encoded><![CDATA[<p>I got it working! Apparently my first cmd-window was not running as Administrator. When it did, it worked.</p>
<p>Thanks ruslany!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio XML IntelliSense for URL Rewrite 2.0 by Johan Persson</title>
		<link>http://ruslany.net/2010/04/visual-studio-xml-intellisense-for-url-rewrite-2-0/comment-page-1/#comment-11993</link>
		<dc:creator>Johan Persson</dc:creator>
		<pubDate>Thu, 26 Apr 2012 14:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=748#comment-11993</guid>
		<description>Can&#039;t get it to work! :-(

1. Changed “%VS90COMNTOOLS%” to “%VS100COMNTOOLS%”
2. Ran cscript UpdateSchemaCache.js as Administrator
3. Everything seemed to work ok, but I can&#039;t get it to work.

Visual Studio 2010 complains about  in my web.config file.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get it to work! <img src='http://ruslany.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>1. Changed “%VS90COMNTOOLS%” to “%VS100COMNTOOLS%”<br />
2. Ran cscript UpdateSchemaCache.js as Administrator<br />
3. Everything seemed to work ok, but I can&#8217;t get it to work.</p>
<p>Visual Studio 2010 complains about  in my web.config file.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WinCache Object Cache plugin for WordPress by MagentoEye</title>
		<link>http://ruslany.net/2011/05/wincache-object-cache-plugin-for-wordpress/comment-page-1/#comment-11991</link>
		<dc:creator>MagentoEye</dc:creator>
		<pubDate>Tue, 24 Apr 2012 02:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=1046#comment-11991</guid>
		<description>Greate job, very fast!</description>
		<content:encoded><![CDATA[<p>Greate job, very fast!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP on IIS: MonitorChangesTo setting in FastCGI by Fanda</title>
		<link>http://ruslany.net/2010/03/php-on-iis-monitorchangesto-setting-in-fastcgi/comment-page-1/#comment-11988</link>
		<dc:creator>Fanda</dc:creator>
		<pubDate>Thu, 19 Apr 2012 09:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=710#comment-11988</guid>
		<description>Great article. Thank you. I there something like that for ISAPI?</description>
		<content:encoded><![CDATA[<p>Great article. Thank you. I there something like that for ISAPI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Farm Framework 2.0 overview by Josh Shand</title>
		<link>http://ruslany.net/2010/07/web-farm-framework-2-0-overview/comment-page-1/#comment-11978</link>
		<dc:creator>Josh Shand</dc:creator>
		<pubDate>Fri, 30 Mar 2012 01:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=829#comment-11978</guid>
		<description>Hey,

As I am yet to find the answer on Google, my question to you is what route does the provisioning take whilst a) provisioning the platform b) provisioning an application.
I am trying to draw a detailed design for our implementation but I can&#039;t figure out if the content from the primary is replicated THROUGH the controller to each secondary or if it goes from the primary directly to each of the secondary boxes and is just initiated by the controller.

Thanks</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>As I am yet to find the answer on Google, my question to you is what route does the provisioning take whilst a) provisioning the platform b) provisioning an application.<br />
I am trying to draw a detailed design for our implementation but I can&#8217;t figure out if the content from the primary is replicated THROUGH the controller to each secondary or if it goes from the primary directly to each of the secondary boxes and is just initiated by the controller.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

