Manchmal bekomme ich in meiner Produktionsumgebung eine Ausnahme:
- Prozessinformationen
- Prozess-ID: 3832
- Prozessname: w3wp.exe
- Kontoname: NT AUTHORITY \ NETWORK SERVICE
- Ausnahmeinformationen
- Ausnahmetyp: System.Web.HttpException
- Ausnahmemeldung: Der Server kann den Status nicht festlegen, nachdem HTTP-Header gesendet wurden.
- Anfrage Informationen
- URL anfordern: http://www.myulr.pl/logon
- Anforderungspfad: / logon
- Benutzerhostadresse: 10.11.9.1
- Benutzer: user001
- Ist authentifiziert: True
- Authentifizierungstyp: Formulare
- Name des Thread-Kontos: NT AUTHORITY \ NETWORK SERVICE
- Thread-Informationen
- Thread-ID: 10
- Name des Thread-Kontos: NT AUTHORITY \ NETWORK SERVICE
- Imitiert: Falsch
Stack trace: at System.Web.HttpResponse.set_StatusCode(Int32 value) at
System.Web.HttpResponseWrapper.set_StatusCode(Int32 value) at
System.Web.Mvc.HandleErrorAttribute.OnException(ExceptionContext filterContext) at
System.Web.Mvc.ControllerActionInvoker.InvokeExceptionFilters(ControllerContext controllerContext, IList(1) filters, Exception exception) at
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) at System.Web.Mvc.Controller.ExecuteCore() at
System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__4() at
System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0() at
System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8(1).<BeginSynchronous>b__7(IAsyncResult _) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult(1).End() at
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& ompletedSynchronously)
Ich habe diesen Fehler in meiner Testumgebung nicht bemerkt. Was soll ich überprüfen?
Ich verwende ASP.NET MVC 2 (Release Candidate 2)