473,785 Members | 2,289 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.Net Framework 2.0 exception kill application pool

Hi all,

I have some troubles with my website build with combination of asp.net and
asp pages.

Sometimes, application pool restart and kill all my asp (classic) session
variables.

I see into the computer events manager this message:

Application : Error :

EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 mscorlib,
P5 2.0.0.0, P6 461eee3d, P7 10be, P8 23, P9 system.invalido perationexcepti on,
P10 NIL.

System : Warning

A process serving application pool 'MyIsolatedWebs itePool' suffered a fatal
communication error with the World Wide Web Publishing Service. The process
id was '640'. The data field contains the error number. DATA 0000: 8007006d

And none 500, ... errors was found into w3svc iis log files, just 200 result
codes.

I have installed DebugDiag and memory and execution stack but nothing is
interresting into this file and i only see that kernel32 and .net core libs
hang on allocate/dispose intermediate thread calls.

I've try to reinstall Window 2003 SP2, .Net 2.0, IIS, rebuild manually all
the website/pool configuration, but no results...

Someone can help me?

Thanks.

windows server 2003 standard (up to date) + iis6 + asp .net 2.0.50527

--
Emmanuel Verlynde
Chief Technical Officer - Opendisc®

Nov 15 '07 #1
1 8687
Yep. In ASP.NET 2.0, an unhandled exception in your app will cause the
AppDomain to unload and your appPool to recycle.
You can wire up your app to provide better reporting about what is
happening. This article covers some of this:
http://www.eggheadcafe.com/articles/20060305.asp

--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com

"Emmanuel Verlynde" wrote:
Hi all,

I have some troubles with my website build with combination of asp.net and
asp pages.

Sometimes, application pool restart and kill all my asp (classic) session
variables.

I see into the computer events manager this message:

Application : Error :

EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 mscorlib,
P5 2.0.0.0, P6 461eee3d, P7 10be, P8 23, P9 system.invalido perationexcepti on,
P10 NIL.

System : Warning

A process serving application pool 'MyIsolatedWebs itePool' suffered a fatal
communication error with the World Wide Web Publishing Service. The process
id was '640'. The data field contains the error number. DATA 0000: 8007006d

And none 500, ... errors was found into w3svc iis log files, just 200 result
codes.

I have installed DebugDiag and memory and execution stack but nothing is
interresting into this file and i only see that kernel32 and .net core libs
hang on allocate/dispose intermediate thread calls.

I've try to reinstall Window 2003 SP2, .Net 2.0, IIS, rebuild manually all
the website/pool configuration, but no results...

Someone can help me?

Thanks.

windows server 2003 standard (up to date) + iis6 + asp .net 2.0.50527

--
Emmanuel Verlynde
Chief Technical Officer - Opendisc®
Nov 16 '07 #2

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

Similar topics

2
4028
by: Shishir | last post by:
Hi Guys, Scenario:: I am using appplication pool identity to connect my database through ASP.NET application. the identity is domain identity and i am giving as domainname\username and with its password. I am using Windows Integrated authentication for my ASP.NET application and application pool's identity is part of IIS_WPG users group. I am using VS.NET 2003 i.e. .NET framework v1.1.4322.
5
3959
by: J-T | last post by:
I guess I'm a litte bit confused about app pool and worker process. In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process per appliction pool. Each worker process is dedicated to a pool. If I assign only one application to a applicaton pool then: 1) Can I have multiple worker processes assigned to that pool? If yes,what is the advantage of doing so?
1
2118
by: ori | last post by:
Hi, I have an ASP.Net application hosted in a windows server 2003 (IIS 6.0). The application uses a Oracle Database to retrieve some data through an Oledb connection. I've set the IIS application pool used by the application to get recycled when the application consumes too much memory which it ocasionally does and I don't want the server to hang. After this I stress the application to know it's performance and monitor it's...
2
1436
by: Steve Bugden | last post by:
Hi, I have an asp.net application running under the .net framework 2.0. The application pool locks any image files if recently displayed in the browser. So I am unable to update any of these files. If I recycle the application pool however they are then released and can be updated. Does anyone know if there is anyway to prevent them becoming locked in the first place?
0
1294
by: Dan D. | last post by:
We are running an IIS Server on W2K3 Server. We have 20 or 30 ASP.NET 1.1 applications. Recently I have converted an existing 1.1 application to use the 2.0 framework. After testing and a little code reconstruction it was ready to post as 2.0. I removed the application from production IIS and re-deployed it from VS.NET 2005. I created a new application pool for it and set the framework for the application to 2.0. The application is...
3
7540
by: Vlad Hrybok | last post by:
Hi all, I recently installed 64 bit version of Vista hoping to make it my primary development setup. I was able to do work with IIS7 and ASP.NET 2.0/Visua Studio 2005 combo, but hit a roadblock trying to work with Visual Studio .NET 2003 on ASP.NET 1.1 app. The problem is that I can’t create an application pool in IIS7 that would run .NET Framework 1.1. I noticed that unlinke .NET Framework 2.0, Framework 1.1 only gets installed...
3
2278
by: Nalaka | last post by:
Hi, Can you tell me what type a things in asp.net code can crash... "application pool". Any example would do.... I was under imresiion that code cannot crash the app pool. Any direction is deeply appreciated Nalaka
6
1910
by: Allan Ebdrup | last post by:
I have a webservice written in dotNet1.1 that does some stuff and calls a webservice written in dotNet 2.0. I'm using a Visual Studio 2005 webtest and loadtest to test webservice. When I load test the 1.1 webservice with for example 25 simultaneous users with no wait time between requests, something wierd happens. After between 3 and 10 minutes of the test the 1.1 webservice stops responding, when I stop the loadtest and look at the...
5
4336
markrawlingson
by: markrawlingson | last post by:
Hey guys, Having a bit of a complicated issue here so please bare with me while I explain. I'm also not a system admin and don't know a whole lot about IIS, so i apologize in advance. I discovered this morning an inconsitency within the application pools of our website. Basically, we have a maze of cluttered folders and other gargabe within the website - with one main folder, called /secured/ running from the root of the website, which...
0
9489
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10357
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10101
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.