Yup, its possible that the application_xxx events can be called more than once, especially when IIS decides to recycle your webapp, but the appDomains and therefor the static (shared) variables are seperated from each other.
// Ryan On 12/22/05, Mark Hurd <[EMAIL PROTECTED]> wrote: > On 12/21/05, Ryan Heath <[EMAIL PROTECTED]> wrote: > > 1) No that is not case. Each webapp has its own AppDomain. > > But see the thread titled "ASP.NET: Application_Start getting called > twice" from the archives of this list (Nov 16 2005) where it is shown > there can be overlaps. > > Regards, > Mark Hurd, B.Sc.(Ma.)(Hons.) > > =================================== > This list is hosted by DevelopMentor(r) http://www.develop.com > > View archives and manage your subscription(s) at http://discuss.develop.com > =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
