Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Take a look at ASP.NET Health Monitoring. See <a href="http://msdn.microsoft.com/en-us/library/bb398933.aspx" rel="nofollow noreferrer">ASP.NET Health Monitoring Overview</a>. The events that it logs by default contain more information than you probably want:</p> <pre> Log Name: Application Source: ASP.NET 2.0.50727.0 Date: 2/12/2009 12:57:14 Event ID: 1309 Task Category: Web Event Level: Warning Keywords: Classic User: N/A Computer: Laptop Description: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 2/12/2009 12:57:14 Event time (UTC): 2/12/2009 17:57:14 Event ID: b08e9d3be7364690a660254dc0a29b6d Event sequence: 5 Event occurrence: 4 Event detail code: 0 Application information: Application domain: bba4cebc-1-128789349683310000 Trust level: Full Application Virtual Path: / Application Path: C:\Users\John Saunders\Documents\MVP\projects\WebServices\GeneralSoln\WebService1\ Machine name: LAPTOP Process information: Process ID: 11560 Process name: WebDev.WebServer.exe Account name: Laptop\John Saunders Exception information: Exception type: MissingMethodException Exception message: Method not found: 'Void System.ServiceModel.Diagnostics.EventLogger.UnsafeLogEvent(System.Diagnostics.TraceEventType, System.ServiceModel.Diagnostics.EventLogCategory, System.ServiceModel.Diagnostics.EventLogEventId, Boolean, System.String[])'. Request information: Request URL: http://localhost:5305/Enumerations.asmx Request path: /Enumerations.asmx User host address: 127.0.0.1 User: Is authenticated: False Authentication Type: Thread account name: Laptop\John Saunders Thread information: Thread ID: 4 Thread account name: Laptop\John Saunders Is impersonating: False Stack trace: at System.Runtime.CompilerServices.RuntimeHelpers.PrepareDelegate(Delegate d) at System.AppDomain.add_UnhandledException(UnhandledExceptionEventHandler value) at System.ServiceModel.ServiceHostingEnvironment.HookADUnhandledExceptionEvent() at System.ServiceModel.ServiceHostingEnvironment.EnsureInitialized() at System.ServiceModel.ServiceHostingEnvironment.OnEnsureInitialized(Object state) at System.ServiceModel.PartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state) at System.ServiceModel.ServiceHostingEnvironment.SafeEnsureInitialized() at System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Custom event details: Event Xml: </pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload