Application Restarts

Discussion in 'ASP.NET / ASP.NET Core' started by wibble, Nov 18, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm storing a small amount of data in the Application object but keep losing it because the application restarts. I know this because I log the fact that it restarts, to a text file, in the Application_Start event.

    It seems to restart about once an hour.

    Do you know of any reason for this?

    I haven't seen my web site crash, also no files are being changed in the web site folder (apart from perhaps the stats folder which thehost, discountASP.net, updates).

    Hope somebody can help.

    Wibble
     
  2. I suspect your application is being recycled due to exceeding your 100 meg "private bytes" limit. Send a message to [email protected] and ask them to check the event log and send you any messages that pertain to your process.Let us know how you make out.
     
  3. Thanks for the pointer. I'll let you know the outcome.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page