When does an ASP.NET application restart?

S

Steven Spits

Hi group,

We have installed our first ASP.NET WebApp on our preproduction server. The
site stores some general user information in session variables that are
needed in every page. So loosing your session means you'll get an error (for
the time being).

Session is stored in-process, so whenever the WebApp restarts, session is
lost so logged on users will get an error.

But I wonder when this happens...

Changing web.config restarts the WebApp, and this seems very logical to me.
Copying a new DLL over an old DLL also restarts. But copying an RPT also
restarts! Is this normal? Will any change to any file in the WebApp cause a
restart? Or...?

Steven

- - -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,054
Latest member
LucyCarper

Latest Threads

Top