Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4171398
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T00:26:26+00:00 2026-05-21T00:26:26+00:00

I am getting Event Log entries every time I access the site: Event Type:

  • 0

I am getting Event Log entries every time I access the site:

Event Type: Error
Event Source:   VsJITDebugger
Event Category: None
Event ID:   4096
User:       NT AUTHORITY\NETWORK SERVICE
Computer:   COMPUTER-02
Description:
An unhandled Microsoft .NET Framework exception occurred in w3wp.exe [2908]. Just-In-Time debugging this exception failed with the following error: Debugger could not be started because no user is logged on.

Check the documentation index for 'Just-in-time debugging, errors' for more information.

Data:
0000: 02 00 5c 80               ..\    

System Logs

Event Type: Error
Event Source:   W3SVC
Event Category: None
Event ID:   1002
Date:       28/03/2011
Time:       17:49:28
User:       N/A
Computer:   COMPUTER-02
Description:
Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

Application Log

Event Type: Warning
Event Source:   W3SVC
Event Category: None
Event ID:   1011
Date:       28/03/2011
Time:       17:49:28
User:       N/A
Computer:   COMPUTER-02
Description:
A process serving application pool 'DefaultAppPool' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '3724'. The data field contains the error number. 

Data:
0000: 6d 00 07 80               m..    

I have also followed the advice of Microsoft’s Support site without luck. The Network Service account didn’t have any problems accessing the registry.

I need to run the site in IIS6 (instead of IIS Express 7.5) as the site runs ASP as well as ASP.NET I need the wildcard mapping for authentication in ASP.

I have completely run out of ideas, as the site was fine in ASP.NET 3.5 (CLR v2…), but this upgrade has completely messed up by debugging.

Any help will be much appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T00:26:27+00:00Added an answer on May 21, 2026 at 12:26 am

    You will need WinDbg (Debugging Tools for Windows) and DebugDiag.

    1. Install DebugDiag and WinDbg
    2. Ensure you have copied the related framework’s SOS.dll to the WinDbg directory.
    3. Add a rule to catch IIS/COM+ processes
    4. On first exceptions, create a full user dump. Limit of 10
    5. Open the website and look at look at DebugDiag, you should find it starting to take full dumps.
    6. Once you have a few memory dumps, load WinDbg and click File->Open Crash Dump and load one of the memory dump.
    7. Type .load sos
    8. Type !clrstack
    9. You will get a stack trace of the error like:
    0:016> .load sos
    0:016> !clrstack
    PDB symbol for clr.dll not loaded
    OS Thread Id: 0xa60 (16)
    Child SP IP       Call Site
    01d2eb5c 7c81a251 [HelperMethodFrame: 01d2eb5c] System.Diagnostics.Debugger.LaunchInternal()
    01d2ebac 7a0e0166 System.Diagnostics.Debugger.Launch()*** WARNING: Unable to verify checksum for mscorlib.ni.dll
    *** ERROR: Module load completed but symbols could not be loaded for mscorlib.ni.dll
    
    01d2ebd8 04470176 ebiz.Global.Application_Start(System.Object, System.EventArgs)
    01d2f1f8 791421bb [DebuggerU2MCatchHandlerFrame: 01d2f1f8] 
    01d2f1c4 791421bb [CustomGCFrame: 01d2f1c4] 
    01d2f198 791421bb [GCFrame: 01d2f198] 
    01d2f17c 791421bb [GCFrame: 01d2f17c] 
    01d2f3a0 791421bb [HelperMethodFrame_PROTECTOBJ: 01d2f3a0] System.RuntimeMethodHandle._InvokeMethodFast(System.IRuntimeMethodInfo, System.Object, System.Object[], System.SignatureStruct ByRef, System.Reflection.MethodAttributes, System.RuntimeType)
    01d2f41c 79b3d689 System.RuntimeMethodHandle.InvokeMethodFast(System.IRuntimeMethodInfo, System.Object, System.Object[], System.Signature, System.Reflection.MethodAttributes, System.RuntimeType)
    01d2f470 79b3d37c System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, Boolean)
    01d2f4ac 79b3bfed System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
    01d2f4d0 79b43284 System.Reflection.MethodBase.Invoke(System.Object, System.Object[])
    01d2f4dc 67894f4d System.Web.HttpApplication.InvokeMethodWithAssert(System.Reflection.MethodInfo, Int32, System.Object, System.EventArgs)*** WARNING: Unable to verify checksum for System.Web.ni.dll
    *** ERROR: Module load completed but symbols could not be loaded for System.Web.ni.dll
    
    01d2f500 678951cb System.Web.HttpApplication.ProcessSpecialRequest(System.Web.HttpContext, System.Reflection.MethodInfo, Int32, System.Object, System.EventArgs, System.Web.SessionState.HttpSessionState)
    01d2f550 67b34175 System.Web.HttpApplicationFactory.FireApplicationOnStart(System.Web.HttpContext)
    01d2f564 672bfe1c System.Web.HttpApplicationFactory.EnsureAppStartCalled(System.Web.HttpContext)
    01d2f59c 672bfd3d System.Web.HttpApplicationFactory.GetApplicationInstance(System.Web.HttpContext)
    01d2f5ac 672fbf28 System.Web.HttpRuntime.ProcessRequestInternal(System.Web.HttpWorkerRequest)
    01d2f5e0 672fbccd System.Web.HttpRuntime.ProcessRequestNoDemand(System.Web.HttpWorkerRequest)
    01d2f5f0 672fb2cd System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr, Int32)
    01d2f5f4 6791c30c [InlinedCallFrame: 01d2f5f4] 
    01d2f668 6791c30c DomainNeutralILStubClass.IL_STUB_COMtoCLR(Int32, Int32, IntPtr)
    01d2f7fc 791425a1 [GCFrame: 01d2f7fc] 
    01d2f86c 791425a1 [ContextTransitionFrame: 01d2f86c] 
    01d2f8a0 791425a1 [GCFrame: 01d2f8a0] 
    01d2f9f8 791425a1 [ComMethodFrame: 01d2f9f8] 
    

    For me anyway, you can see that the Debugger.Launch() is right at the top, and low and behold, my code had it in. It seems that IIS doesn’t like that at all if it is your first line of code!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I keep getting this error message when trying to write to the Event log
I'm getting the following error while testing my EHAB implementation: ArgumentException - Event log
I am getting the following error when an event (Add/Edit/Delete) occurs on my databound
I keep getting the following event log descriptions for svcListener and svcListener - Prof
the event log file is full. when i connect my datasource im getting this
I am getting the following warnings on the Event Log for a Asp.Net WebSite
I keep on getting .NET Runtime 2.0 Errors (reported in the Event Log) on
Every time that I want to do a Layout, I'm getting a black layout
Getting started with jquery and having trouble getting hello world type example going for
I getting the following error when I try to connect to my server app

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.