<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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>Search results matching tag 'RapidFailureProtection'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=RapidFailureProtection&amp;orTags=0</link><description>Search results matching tag 'RapidFailureProtection'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>How to change value for RapidFailProtection of ApplicationPool.Failure?</title><link>http://forums.iis.net/p/1153632/1887001.aspx#1887001</link><pubDate>Mon, 08 Dec 2008 22:31:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1887001</guid><dc:creator>zdenek</dc:creator><cs:applicationKey>iis_70__-_powershell_provider-41</cs:applicationKey><description>I tried couple of ways and it always comes back as TRUE:&lt;br /&gt;
&lt;br /&gt;
PS C:\Users\Administrator&amp;gt; $newapppool.failure.rapidfailprotection&lt;br /&gt;
True&lt;br /&gt;
PS C:\Users\Administrator&amp;gt; $newapppool.failure.rapidfailprotection=0&lt;br /&gt;
PS C:\Users\Administrator&amp;gt; $newapppool.failure.rapidfailprotection&lt;br /&gt;
True&lt;br /&gt;
PS C:\Users\Administrator&amp;gt; $newapppool.failure.rapidfailprotection=$false&lt;br /&gt;
PS C:\Users\Administrator&amp;gt; $newapppool.failure.rapidfailprotection&lt;br /&gt;
True&lt;br /&gt;
PS C:\Users\Administrator&amp;gt; $newapppool.failure.rapidfailprotection=&amp;quot;False&amp;quot;&lt;br /&gt;
PS C:\Users\Administrator&amp;gt; $newapppool.failure.rapidfailprotection&lt;br /&gt;
True&lt;br /&gt;
PS C:\Users\Administrator&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Is there a trick to disabling rapid failure protection?&lt;br /&gt;
&lt;br /&gt;
According to http://msdn.microsoft.com/en-us/library/ms691247.aspx it should be&lt;br /&gt;
&amp;quot;A read/write boolean value.&amp;quot;

any thoughts?</description></item></channel></rss>