[ bjevta @ 04.10.2006. 16:32 ] @
startujem (u debug modu) asp.net aplikaciju. dođem na stranu za logovanje. pritisnem login dugme, procedura se uspešno odradi i treba da izvrši redirekciju na neku stranu. umesto toga, aplikacija se resetuje, u event log se upiše:
--------------------
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=Change in App_Offline.htm
Change in App_Offline.htm
HostingEnvironment caused shutdown
Change in App_Offline.htm

_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.HttpRuntime.ShutdownAppDomain()
at System.Web.HttpRuntime.ShutdownAppDomain(ApplicationShutdownReason reason, String message)
at System.Web.HttpRuntime.OnAppOfflineFileChange(Object sender, FileChangeEvent e)
at System.Web.DirectoryMonitor.FireNotifications()
at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(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).
----------------------
kad se ponovo logujem, ide bez problema. NE postoji pravilo kad će ovo da se javi.

googlao sam malo i nisam ništa pametniji. ima li neko neku ideju?