<?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"
	>
<channel>
	<title>Comments on: ASP.NET App Slow Response and Application Pool/AppDomain Recycle, Event message: Application is shutting down. Reason: Unknown - Windows Server 2003</title>
	<atom:link href="http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/feed/" rel="self" type="application/rss+xml" />
	<link>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/</link>
	<description></description>
	<pubDate>Thu, 09 Sep 2010 10:41:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: prashant</title>
		<link>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/#comment-1740</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Fri, 26 Mar 2010 05:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=789#comment-1740</guid>
		<description>&lt;a href="#comment-1739" rel="nofollow"&gt;@Bryan Andrews&lt;/a&gt;, Sorry Bryan, I don't know anything specific to 32 bit but I will be more than happy to assist if needed</description>
		<content:encoded><![CDATA[<p><a href="#comment-1739" rel="nofollow">@Bryan Andrews</a>, Sorry Bryan, I don&#8217;t know anything specific to 32 bit but I will be more than happy to assist if needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Andrews</title>
		<link>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/#comment-1739</link>
		<dc:creator>Bryan Andrews</dc:creator>
		<pubDate>Thu, 25 Mar 2010 10:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=789#comment-1739</guid>
		<description>I have gotten FCNMode to work for me to stop some NETBIOS errors (1185,1310) -- but only when running the apps in 64 bit! 

Have you seen any behavior similar to this? We are running R2 and it only seems to work when Enable 32bit Apps is OFF.</description>
		<content:encoded><![CDATA[<p>I have gotten FCNMode to work for me to stop some NETBIOS errors (1185,1310) &#8212; but only when running the apps in 64 bit! </p>
<p>Have you seen any behavior similar to this? We are running R2 and it only seems to work when Enable 32bit Apps is OFF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant</title>
		<link>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/#comment-1718</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Wed, 17 Feb 2010 02:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=789#comment-1718</guid>
		<description>&lt;a href="#comment-1716" rel="nofollow"&gt;@franklin&lt;/a&gt;, in windows server 2003 filehandles are not released even after implementing the code using reflection. After digging into it further it turned out iis webengline.dll is the culprit. Microsoft support team can provide you the updated iis dll.

Yes, Registry setting does work in classic pipeline(IIS 7) on Windows Server 2008 R2. If you are using file server for web sites files, then you definitely need to apply the registry setting as described in the Microsoft KB http://support.microsoft.com/kb/911272</description>
		<content:encoded><![CDATA[<p><a href="#comment-1716" rel="nofollow">@franklin</a>, in windows server 2003 filehandles are not released even after implementing the code using reflection. After digging into it further it turned out iis webengline.dll is the culprit. Microsoft support team can provide you the updated iis dll.</p>
<p>Yes, Registry setting does work in classic pipeline(IIS 7) on Windows Server 2008 R2. If you are using file server for web sites files, then you definitely need to apply the registry setting as described in the Microsoft KB <a href="http://support.microsoft.com/kb/911272" rel="nofollow">http://support.microsoft.com/kb/911272</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant</title>
		<link>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/#comment-1717</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Wed, 17 Feb 2010 02:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=789#comment-1717</guid>
		<description>&lt;a href="#comment-1705" rel="nofollow"&gt;@Prabir&lt;/a&gt;, you can use reflection to pass the folder name, is it not working for you?</description>
		<content:encoded><![CDATA[<p><a href="#comment-1705" rel="nofollow">@Prabir</a>, you can use reflection to pass the folder name, is it not working for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: franklin</title>
		<link>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/#comment-1716</link>
		<dc:creator>franklin</dc:creator>
		<pubDate>Sat, 13 Feb 2010 00:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=789#comment-1716</guid>
		<description>Can you elaborate on the part about "file handles don’t get released when dirMonSpecialDirs is set to null using reflection"?

Should this registry change be made in addition to the reflection code?

Does this work with Classic Pipeline?</description>
		<content:encoded><![CDATA[<p>Can you elaborate on the part about &#8220;file handles don’t get released when dirMonSpecialDirs is set to null using reflection&#8221;?</p>
<p>Should this registry change be made in addition to the reflection code?</p>
<p>Does this work with Classic Pipeline?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabir</title>
		<link>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/#comment-1705</link>
		<dc:creator>Prabir</dc:creator>
		<pubDate>Wed, 30 Dec 2009 05:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=789#comment-1705</guid>
		<description>Hi,
how do i stop monitoring a particular directory. anyways to pass the directory path?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
how do i stop monitoring a particular directory. anyways to pass the directory path?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
