Re: ok ... so...

From: bruce barker (nospam_brubar_at_safeco.com)
Date: 06/07/04


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
>
>



Relevant Pages

  • Re: Execution detail of Asp.net
    ... page in another temp dir. ... then loads them. ... > compiles the page to a dll in a temp dir, and loads the page (again a ...
    (microsoft.public.dotnet.framework.aspnet)
  • understanding files
    ... I have some questions about some exe, dll, and other ... It's called upon from the registry key ... what do these execuables do and are they necessary? ... \config.nt loads it ...
    (microsoft.public.windowsxp.general)
  • seLinux: how do I avoid this error
    ... I am writing an application for fedora cora 5 that loads a DLL. ... seLinux is enabled, I get the following error from the attempt to load ...
    (comp.os.linux.development.apps)
  • Re: Assembly loaded twice when Assembly.LoadFrom() is used
    ... resource, and when it's needed for calling entrypoints, it loads it as an ... The result is that the DLL has two occurrences in the ... > Looking at the HTTP requests that are made, ... > that the assembly is requested twice from the server. ...
    (microsoft.public.dotnet.framework.remoting)

Quantcast