473,378 Members | 1,309 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

aspnet_wp.exe stopped unexpectedly error

My asp.net web application dies after an hour of processing (it's a long
database parsing process) and the web page becomes a "Page could not be
displayed" webpage. I looked in my event logs and found the following clue:

aspnet_wp.exe (PID: 2264) stopped unexpectedly.

Anyone have information on why the process stopped and how to resolve it?

Thanks in advance....
Dec 29 '05 #1
1 2050
ImSoLost wrote:
My asp.net web application dies after an hour of processing (it's a
long database parsing process) and the web page becomes a "Page could
not be displayed" webpage. I looked in my event logs and found the
following clue:

aspnet_wp.exe (PID: 2264) stopped unexpectedly.

Anyone have information on why the process stopped and how to resolve
it?


That's a crash of the worker process. To determine what caused it, you can
generate a crash dump and then analyze that using Windbg or another
debugger.

Here's what you can do.

A. Download DebugDiag:

====================

1. Go to the link http://beta.microsoft.com.

2. Login in with your passport id.

3. Login using the guest ID "DebugDiag" (it's case sensitive)

4. Click on the "IIS Debug Diagnostic Tool" link.

Configure DebugDiag to capture the memory dump:

1. Open DebugDiag

2. On the Rules tab, click Add Rule

3. Select Crash and click Next

4. Select "All IIS Processes" and click Next

5. Under Advanced Settings, click Breakpoints

6. Click Add Breakpoint...

7. Select KERNEL32!ExitProcess and change Action Type to Full UserDump

8. Click OK

9. Click Save and Close

10. Click Next through the rest of the wizard

After the crash occurs again, you will find the dump files in the following
folder:

C:\Program Files\IIS Resources\DebugDiag\Logs\<Name of Rule>

Zip up that entire folder and upload it to http://www.yousendit.com/. Send
it to the following e-mail address:

jim at jimcosoftware.com

I'll analyze it for you and let you know what's causing the crash.
--
Jim Cheshire
================================
Blog: http://blogs.msdn.com/jamesche

Latest entry: Digging into Objects
Describes the details of digging into
memory usage with the debugger.

Dec 29 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Matt Sollars | last post by:
Hi all. I'm having a nasty problem. A client's website was originally written with classic ASP. They requested a new portion of the site that was deemed a perfect candidate for ASP.NET. So, .NET...
1
by: Jarrod Hermer | last post by:
Hi All, I am trying to debug a strange problem of duplicate entries in my database when I came across the following errors in the event log (see bottom of mail). The web server runs the database...
1
by: Nikhil Tayal | last post by:
I'm having a Web application build over asp.net. Everything was working fine till yesterday. But now if I browse to any asp.net hosted on my machine, I get this error in the event log: Event...
2
by: John A Grandy | last post by:
Has anyone unexpectedly encountered the following error for an ASP.NET application that was working fine? ...
2
by: Lokanathan | last post by:
Currently we are experiencing a unique problem with regard to the ASP .net service. Intermittently the ASP .Net service gets stopped (error message displayed in the webpage is "Server Application...
1
by: Ken Varn | last post by:
On a few occasions, IIS has thrown up a pop-up error message box stating that aspnet_wp generated an error. The browser interface comes back with a web page that indicates Server Application...
3
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back when I started seeing the following errors. ...
1
by: Paul Wasowicz | last post by:
Configuration: Windows 2000 Server SP4 ..Net Framework 1.1 SP1 Microsoft Site Server 3.0 Problem: the following error messages start showing up in the EVENT LOG on the server every once in a...
0
by: Woodwinds | last post by:
I have a web application run under ASP.NET v1.1.4322 when I run that web application I got error that show on application log "aspnet_wp.exe stopped unexpectedly" I re installed visual...
5
by: Jon Paal | last post by:
anybody know what causes this error message reported by visual studio just in tiime debugger ? I get it when trying to populate a simple gridview from a datareader. Running locally, the code...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.