A
A
Hi all,
Since Asp.net creates a distinct application domain for each application it
hosts in its worker process does that mean that each request is processed
through that application space until the last request at which time a new
application domain is created? In other words, do all sessions go through
that application until there are no more sessions?
Thanks
Since Asp.net creates a distinct application domain for each application it
hosts in its worker process does that mean that each request is processed
through that application space until the last request at which time a new
application domain is created? In other words, do all sessions go through
that application until there are no more sessions?
Thanks