Re: ok ... so...
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 06/07/04
- Next message: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: Session Variable"
- Previous message: Carlos Barini: "Re: What is wrong in this SQL code?"
- In reply to: Rob Meade: "ok ... so..."
- Next in thread: Patrice: "Re: ok ... so..."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Jun 2004 11:38:35 -0700
when you first hit an asp.net site, loads a new appdomain, then loads the
asp.net dll for that page (one per page). if the dll does not exist it
compiles it first.
if site has had no activity for a given amount of time (idle - see
machine.config), the app domain is unloaded, and the next hit causes the
above to repeat.
-- bruce (sqlwork.com)
"Rob Meade" <robb.meade@NO-SPAM.kingswoodweb.net> wrote in message
news:_n2xc.240$Js2.2394304@news-text.cableinet.net...
> Thanks both of you for your replies, I assume you are both talking about
the
> session timeout at this point...
>
> If so...its currently set to 20 minutes, I had *assumed* that this was
only
> relevant when setting session variables though - something that I do not
use
> in this application.
>
> I have about 5 user controls which build up the page.
>
> About 10 functions in total perhaps, one works out what page the user is
on,
> one display and image based on that, one changes hex to dec for colour
codes
> (see my other thread entitled - Setting table cell colors) - the others
are
> primarily for building tables dynamically.
>
> Some add rows, some add cells...thats about it....
>
> hmm....still a bit unsure what might be causing it now....its currently
> still in 'debug' mode - I've not done a 'release' mode version yet - could
> that be anything to do with it?
>
> Thanks again for any help.
>
> Regards
>
> Rob
>
>
- Next message: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: Session Variable"
- Previous message: Carlos Barini: "Re: What is wrong in this SQL code?"
- In reply to: Rob Meade: "ok ... so..."
- Next in thread: Patrice: "Re: ok ... so..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|