473,396 Members | 2,018 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,396 software developers and data experts.

Application restarting.

We've put the application in its own pool and turned off all recycling.
Yet, when we get to a certain point in the application, we get kicked back
to the beginning of the application and the event error is below: (We don't
do any writing to the web.config and the only thing we can see in filemon,
around this time, is the "w3wp.exe" service, accessing the web.config.)
We're stumped and don't know how to prevent the continuous recycles. Any
suggestions?

Event Type: Information
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1305
Date: 4/13/2006
Time: 1:42:07 PM
User: N/A
Computer: Server1
Description:
Event code: 1002
Event message: Application is shutting down. Reason: Configuration changed.
Event time: 4/13/2006 1:42:07 PM
Event time (UTC): 4/13/2006 5:42:07 PM
Event ID: 28c230998eb1473789d1ff524a2606d3
Event sequence: 128
Event occurrence: 1
Event detail code: 50004

Application information:
Application domain: /LM/W3SVC/1/ROOT/WEB-2-127894232005236685
Trust level: Full
Application Virtual Path: /WEB
Application Path: C:\Inetpub\www\WEB\
Machine name: CQL-GR-INT03

Process information:
Process ID: 9184
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
May 10 '06 #1
2 2710

Also Check Memory usage....

SA
"Kevin Antel" <ke****@cqlcorp.com> wrote in message
news:ek**************@TK2MSFTNGP03.phx.gbl...
We've put the application in its own pool and turned off all recycling.
Yet, when we get to a certain point in the application, we get kicked back
to the beginning of the application and the event error is below: (We
don't
do any writing to the web.config and the only thing we can see in filemon,
around this time, is the "w3wp.exe" service, accessing the web.config.)
We're stumped and don't know how to prevent the continuous recycles. Any
suggestions?

Event Type: Information
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1305
Date: 4/13/2006
Time: 1:42:07 PM
User: N/A
Computer: Server1
Description:
Event code: 1002
Event message: Application is shutting down. Reason: Configuration
changed.
Event time: 4/13/2006 1:42:07 PM
Event time (UTC): 4/13/2006 5:42:07 PM
Event ID: 28c230998eb1473789d1ff524a2606d3
Event sequence: 128
Event occurrence: 1
Event detail code: 50004

Application information:
Application domain: /LM/W3SVC/1/ROOT/WEB-2-127894232005236685
Trust level: Full
Application Virtual Path: /WEB
Application Path: C:\Inetpub\www\WEB\
Machine name: CQL-GR-INT03

Process information:
Process ID: 9184
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

May 10 '06 #2
Memory usage appears normal.
"MSDN" <sq**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...

Also Check Memory usage....

SA
"Kevin Antel" <ke****@cqlcorp.com> wrote in message
news:ek**************@TK2MSFTNGP03.phx.gbl...
We've put the application in its own pool and turned off all recycling.
Yet, when we get to a certain point in the application, we get kicked
back
to the beginning of the application and the event error is below: (We
don't
do any writing to the web.config and the only thing we can see in
filemon,
around this time, is the "w3wp.exe" service, accessing the web.config.)
We're stumped and don't know how to prevent the continuous recycles. Any
suggestions?

Event Type: Information
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1305
Date: 4/13/2006
Time: 1:42:07 PM
User: N/A
Computer: Server1
Description:
Event code: 1002
Event message: Application is shutting down. Reason: Configuration
changed.
Event time: 4/13/2006 1:42:07 PM
Event time (UTC): 4/13/2006 5:42:07 PM
Event ID: 28c230998eb1473789d1ff524a2606d3
Event sequence: 128
Event occurrence: 1
Event detail code: 50004

Application information:
Application domain: /LM/W3SVC/1/ROOT/WEB-2-127894232005236685
Trust level: Full
Application Virtual Path: /WEB
Application Path: C:\Inetpub\www\WEB\
Machine name: CQL-GR-INT03

Process information:
Process ID: 9184
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE


May 10 '06 #3

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

Similar topics

3
by: alexB | last post by:
On my ASP.NET application, restarting the application through IIS doesn't always fire the Application_Start() event. Is there a trick to this? Restarting IIS is not an option since there are...
3
by: Will Mathies | last post by:
I have changed the icon used for my C# windows form application. Now I am having problems. When my app has several windows open they get grouped on the taskbar. The icon that this group uses is...
0
by: Shankar | last post by:
The system occasionally comes up with an error message saying Application Restarting ASP_0147. Is there anyway to stop this error from happening. Once this happens the whole session is lost....
0
by: LJ | last post by:
I have been getting this message and can't resolve the problem. I have checked the AntiVirus software and added the application directory to the exculsion list. The application is on a web farm,...
4
by: Hari Koduru | last post by:
Hi All, I am getting the following exception in an ASP.NET application. Exception Details: System.InvalidOperationException: Application is restarting. I have been to the following Support...
3
by: POL8985 | last post by:
The application is built using ASP.Net in VS.Net 2003 and uses a SQL server database. About three times a day, the ASP.Net application fail to see the database, yet it will throw no errors. ...
6
by: B B | last post by:
Okay, here is what's happening: I have a reasonably fast laptop (1.4 GHz Mobile M, so comparable to 2.5GHz P4) doing .net development. Running Windows XP pro, SP2 IIS is installed and running...
11
by: Jason | last post by:
Hi I have a "problem" i have got a ASP.NET application. in this application i have included logging. in the logging i have logged how many seconds it takes for this application to fully load....
6
by: Martin Bischoff | last post by:
Hi, I'm creating temporary directories in my web app (e.g. ~/data/temp/temp123) to allow users to upload files. When I later delete these directories (from the code behind), the application...
7
by: GTi | last post by:
Does anyone have any good code for a self restarting application? Sometimes I need to exit my application and start it again, what is the best method of doing this in a windows form application....
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: 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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.