|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Random appdomain restartsI recently upgraded my web app from 1.1 to 2.0 and SQL Server 2005. After the upgrade, I am seeing random appdomain restarts. It was not even logging any information untill I turned on logging all events in the healthmonitor section. The appdomain restart is logged as an info event. The event log is as below. The only other place where I could find a discussion on this issue was at http://forums.asp.net/thread/1222731.aspx. Has anyone else found similar problem or has a solution for this issue? Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 0 Date: 4/19/2006 Time: 2:52:26 PM User: N/A Computer: Description: The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: _shutDownMessage=Overwhelming Change Notification in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\...\70729017\43389b16 Change in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\...\70729017\43389b16\hash.web HostingEnvironment caused shutdown _shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Web.HttpRuntime.ShutdownAppDomain() at System.Web.Hosting.HostingEnvironment.ShutdownThisAppDomainOnce() at System.Web.Hosting.HostingEnvironment.InitiateShutdownWorkItemCallback(Object state) at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state). Thanks in advance, J_A5 |
|||||||||||||||||||||||