<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.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/"><channel><title>State Management</title><link>http://forums.asp.net/22.aspx</link><description>Managing ASP.NET state - ViewState, Application, Session, etc. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=69&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Session Expired, Application is shutting down. Reason: Unknown.</title><link>http://forums.asp.net/thread/2307860.aspx</link><pubDate>Fri, 18 Apr 2008 21:17:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2307860</guid><dc:creator>tommorgan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2307860.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2307860</wfw:commentRss><description>&lt;p&gt;Nope, sorry, that not it.&amp;nbsp; We are running only ASP.NET 2.0 apps.&lt;/p&gt;
&lt;p&gt;However, I believe I have found the fix.&amp;nbsp; We were creating and deleting files farther down in the application directory tree.&amp;nbsp; All the file changes we think&amp;nbsp;caused the application pool to exit with the &amp;quot;unknown&amp;quot; reason.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;We applied this registry fix described here: &lt;a href="http://support.microsoft.com/kb/911272/"&gt;http://support.microsoft.com/kb/911272/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Set HKLM\Software\Microsoft\ASP.NET\FCNMode to 1.&amp;nbsp; Create FCNMode as a DWORD if it doesn&amp;#39;t exist.&amp;nbsp; Up two days now so far without any restarts.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Session Expired, Application is shutting down. Reason: Unknown.</title><link>http://forums.asp.net/thread/2304716.aspx</link><pubDate>Thu, 17 Apr 2008 16:40:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2304716</guid><dc:creator>lad.bhavesh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2304716.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2304716</wfw:commentRss><description>&lt;p&gt;You might be running Asp.net 2.0 and asp.net 1.1 applications under same application pools. Because of this, application is restaring.&lt;/p&gt;
&lt;p&gt;Try to consolidate you app pool for diff. net version. &lt;/p&gt;
&lt;p&gt;Hope this will resolve your issue.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Bhavesh&lt;/p&gt;</description></item><item><title>Re: Session Expired, Application is shutting down. Reason: Unknown.</title><link>http://forums.asp.net/thread/2299608.aspx</link><pubDate>Tue, 15 Apr 2008 17:51:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2299608</guid><dc:creator>tommorgan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2299608.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2299608</wfw:commentRss><description>&lt;p&gt;Thanks, I will try hosting in a separate app pool. The server is hosting two site with the same app pool, but very few (under 100) users.&lt;/p&gt;
&lt;p&gt;I did update to ASP.NET 2.0 SP 1 (Build 1433) and I still have the application shutdown with unknown reason.&lt;/p&gt;
&lt;p&gt;TPM&lt;/p&gt;</description></item><item><title>Re: Session Expired, Application is shutting down. Reason: Unknown.</title><link>http://forums.asp.net/thread/2299481.aspx</link><pubDate>Tue, 15 Apr 2008 16:55:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2299481</guid><dc:creator>nishanthnair</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2299481.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2299481</wfw:commentRss><description>&lt;p&gt;Did you try hosting the application in a seperate app pool that is created only for this application?&lt;/p&gt;
&lt;p&gt;Sometimes this might fix the issue.&lt;/p&gt;</description></item><item><title>Re: Session Expired, Application is shutting down. Reason: Unknown.</title><link>http://forums.asp.net/thread/2297008.aspx</link><pubDate>Mon, 14 Apr 2008 17:43:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2297008</guid><dc:creator>tommorgan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2297008.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2297008</wfw:commentRss><description>&lt;p&gt;Sorry, I&amp;#39;ve checked the virus scanner and other issues.&amp;nbsp; The error should not be &amp;quot;Unknown&amp;quot; in that case anyway, from what I&amp;#39;ve read it should be &amp;quot;configuration changed&amp;quot;.&lt;/p&gt;
&lt;p&gt;We are running ASP.NET 2.0 version 2.0.50727.832 - we will try to update to SP1 tonight to see if the issue goes away.&lt;/p&gt;
&lt;p&gt;R,&lt;/p&gt;
&lt;p&gt;TPM&lt;/p&gt;</description></item><item><title>Re: Session Expired, Application is shutting down. Reason: Unknown.</title><link>http://forums.asp.net/thread/2296905.aspx</link><pubDate>Mon, 14 Apr 2008 16:45:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2296905</guid><dc:creator>anas</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2296905.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2296905</wfw:commentRss><description>&lt;p&gt;In general , the Unknow reason comes from the fact that the Applcaition is restarting ..&lt;/p&gt;
&lt;p&gt;this can be happened for many reasons ,&lt;/p&gt;
&lt;p&gt;like modifiyinh Bin directory or web.config, global applciation file , ...&lt;/p&gt;
&lt;p&gt;so make sure there is no modifications in that places ,,, if you have antivirus program ,,, this can be&amp;nbsp; the reason ...&lt;/p&gt;
&lt;p&gt;please read: &lt;a href="http://forums.asp.net/t/1173015.aspx"&gt;http://forums.asp.net/t/1173015.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Session Expired, Application is shutting down. Reason: Unknown.</title><link>http://forums.asp.net/thread/2296657.aspx</link><pubDate>Mon, 14 Apr 2008 14:53:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2296657</guid><dc:creator>tommorgan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2296657.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=2296657</wfw:commentRss><description>&lt;p&gt;The Problem:&amp;nbsp; Users are reporting getting session expired messages.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;We&amp;nbsp;are logging application events using the ASP.NET 2.0 Health Monitoring, and we are getting this event each time the users are reporting session expired:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Event Type:&amp;nbsp;Information&lt;br /&gt;Event Source:&amp;nbsp;ASP.NET 2.0.50727.0&lt;br /&gt;Event Category:&amp;nbsp;Web Event &lt;br /&gt;Event ID:&amp;nbsp;1305&lt;br /&gt;Date:&amp;nbsp;&amp;nbsp;4/1/2008&lt;br /&gt;Time:&amp;nbsp;&amp;nbsp;12:04:59 PM&lt;br /&gt;User:&amp;nbsp;&amp;nbsp;N/A&lt;br /&gt;Computer:&amp;nbsp;xxxxxxxx&lt;br /&gt;Description:&lt;br /&gt;Event code: 1002 &lt;br /&gt;Event message: Application is shutting down. Reason: Unknown. &lt;br /&gt;Event time: 4/1/2008 12:04:59 PM &lt;br /&gt;Event time (UTC): 4/1/2008 4:04:59 PM &lt;br /&gt;Event ID: b33dd75936e540269ffaa87c411ac7b9 &lt;br /&gt;Event sequence: 735 &lt;br /&gt;Event occurrence: 1 &lt;br /&gt;Event detail code: 50001 &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Application information: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application domain:&amp;nbsp;xxxx&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trust level: Full &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application Virtual Path: /xxxxx&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application Path:&amp;nbsp;xxx&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine name:&amp;nbsp;xxxx&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Process information: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID: 5328 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process name: w3wp.exe &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account name: NT AUTHORITY\NETWORK SERVICE &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Custom event details: &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Some information deleted above (xxx).&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Our code checks to see if the user has a user id in a session variable, and if not found, sends them to a login page.&lt;/p&gt;
&lt;p&gt;Any idea why this is happening?&amp;nbsp; How might I find out what is actually the error?&amp;nbsp; I&amp;#39;ve done a search for &amp;quot;Application is shutting down. Reason: Unknown.&amp;quot;, and gotten nothing.&lt;/p&gt;
&lt;p&gt;R,&lt;/p&gt;
&lt;p&gt;TPM&lt;/p&gt;</description></item></channel></rss>