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

Application_Start called on every link, postback etc. App restarts

Hi,
I have a serious problem which prevents me from doing anything.
My applications keeps restarting without any visible reason. The same
code work for all other developers in the group so I think it may be
related to the way my system is configured. Any and all thoughts are
greatly appreciated since this is a very serious problem preventing me
from doing any work.

Nov 19 '05 #1
3 1113
Check if you have an anti virus running that might be checking files in your
virtual directory and causing application restarts.

"Kostia" <ko*********@yahoo.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi,
I have a serious problem which prevents me from doing anything.
My applications keeps restarting without any visible reason. The same
code work for all other developers in the group so I think it may be
related to the way my system is configured. Any and all thoughts are
greatly appreciated since this is a very serious problem preventing me
from doing any work.

Nov 19 '05 #2
also check your IIS settings for process recycling to see if anything is odd
in there

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"Marina" <so*****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Check if you have an anti virus running that might be checking files in
your virtual directory and causing application restarts.

"Kostia" <ko*********@yahoo.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi,
I have a serious problem which prevents me from doing anything.
My applications keeps restarting without any visible reason. The same
code work for all other developers in the group so I think it may be
related to the way my system is configured. Any and all thoughts are
greatly appreciated since this is a very serious problem preventing me
from doing any work.


Nov 19 '05 #3
The model in ASP.NET is to restart (recycle) the application when certain
threshholds are crossed. This includes the amount of memory you application
uses, the number of requests it processes and the amount of time it has been
running. This is a fact of life in ASP.NET (and going forward with IIS6 and
beyond). This model, while different, is good (and better). So you need to
design for it. The first and foremost is to not store session state InProc
and store it in the state server or in the database.

What's the particular problem you're having? Maybe we can discuss a better
way to design for the recycle?

-Brock
DevelopMentor
http://staff.develop.com/ballen

Hi,
I have a serious problem which prevents me from doing anything.
My applications keeps restarting without any visible reason. The same
code work for all other developers in the group so I think it may be
related to the way my system is configured. Any and all thoughts are
greatly appreciated since this is a very serious problem preventing me
from doing any work.


Nov 19 '05 #4

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

Similar topics

6
by: V | last post by:
I have found that when I have a composite control that uses the CreateChildControls method, on a regular page load, Page_Load executes before CreateChildControls, but on a postback it is the...
5
by: Matthew Louden | last post by:
I created simple ASP.NET web application to test how AutoPostBack property in a web control works. I set AutoPostBack property to be true of a web control. When I run the application, here's the...
1
by: Lamont Adams | last post by:
Hi all, I've created numerous custom controls of varying complexity, but I've been on this problem for a day and a half, and I can't figure this mystery out. I hope one of you kind folks can...
2
by: Brian Henry | last post by:
I want to put some interactivity on my form in the form of buttons that are really links, I know i can do a query string in the link to process their action based on the type of action specified in...
12
by: Thomas H. Lanier | last post by:
In ASP.NET is there a way to run some code when IIS first loads? The Application_Start event is called when the first resource (such as a page) in an ASP.NET application is requested. I need...
1
by: Dmitry Savchin | last post by:
I have web application with web-service in root catalog of virtual folder and some web-forms in sub-catalog ("Config"). Authentication configured in web.config file as "form"-mode. File web.config...
0
by: Flemming | last post by:
I'm using Remoting which is applied inside application_start. In ASP.NET 2.0 application_start seems to be called when shifting domains in the same application - i.e. http://mydomain.dk...
1
by: Andreas Bergmeier | last post by:
Hi. Is there some KB article how to use EnableEventValidation when doing customized posts? Basicly we're building a post string via javascript and issue it via means of XMLHttpRequest to the...
11
by: jarremw | last post by:
ok, im trying to make a web app using asp.net and vb, what im doing is i have a mysqldatareader reading the database and writing links to the page, what i want to do is when the link is clicked, i...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...

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.