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 245815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:07:13+00:00 2026-05-11T21:07:13+00:00

I have a .net 2.0 web application that is running on Windows server 2003

  • 0

I have a .net 2.0 web application that is running on Windows server 2003 Standard x64, using IIS 6.

The application pool for our website started crashing recently and I can’t determine why. It started happening on a weekend, and the latest release of the website was several days earlier. I have determined that no other changes were made to the server recently, including code and Microsoft updates.

The event log shows the following whenever a crash occurs with no additional information in the data block:

Faulting application w3wp.exe, version
6.0.3790.3959, stamp 45d691cc, faulting module kernel32.dll, version
5.2.3790.4062, stamp 462643a7, debug? 0, fault address 0x0000000000027d8d.

This is running on a x64 server so I can’t use any of the standard Debug Diagnostic Tools because even though there is a 64 bit version of it, it only attaches to IIS running in 32 bit mode.

I have tried using the Debugging Tools for Windows (x64) and was able to attach to the w3wp process, and waited for another crash. However, this slowed the server down so much that it was unusable, so I had to stop it.

What other methods can I use to try to determine the cause of an IIS crash?

  • 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-11T21:07:13+00:00Added an answer on May 11, 2026 at 9:07 pm

    Read about ASP.NET 2.0 Crash case study: Unhandled exceptions.

    Strategy #1 – logging the exception
    The first way, and this is the way I
    would probably recommend, is to create
    an UnhandledExceptionHandler to log
    the exception along with its stack
    trace in the event log as shown in
    this article
    http://support.microsoft.com/?id=911816
    You add the handler like this to the
    web.config:

    <system.web>
      <httpModules>
        <add type="WebMonitor.UnhandledExceptionModule, <strong name>"
           name="UnhandledExceptionModule"/>
      </httpModules>
          …
    </system.web>   
    

    And it hooks an eventhandler up to the
    UnhandledException event of the
    current app domain. You don’t
    actually need to strong name it and
    add it to the GAC, however if you plan
    it in multiple applications you should
    to avoid for the dll being loaded
    multiple times. Now the next time
    you get one of these unhandled
    exceptions, the process will still
    exit (unless you change the unhandled
    exception policy), but you have a very
    good chance of fixing the issue.

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

Sidebar

Ask A Question

Stats

  • Questions 195k
  • Answers 195k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Ok I solved it. WPF only support MediaElement if you… May 12, 2026 at 7:00 pm
  • Editorial Team
    Editorial Team added an answer IE - forgive me for the vagueness of this answer,… May 12, 2026 at 7:00 pm
  • Editorial Team
    Editorial Team added an answer The primary key is a column in a table. The… May 12, 2026 at 7:00 pm

Related Questions

I have a trivial .Net 2.0 SOAP web service. I want to access it
I have a aspx page that has a UpdatePanel and a asp timer. the
In our new project we have to provide a search functionality to retrieve data
I have a web application that I am working on(ASP.NET 2.0 C#). In it

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.