Public shared hashtable vs. Application(key)

  • Thread starter Thread starter Søren M. Olesen
  • Start date Start date
S

Søren M. Olesen

Hi

In a webapplication, what's the difference between using the
Application-object and using a Public Shared Hashtable ?? Seems like both
exists across requests...

TIA

Søren
 
Think I've figured it out....

When running on XP you're are able to access the data in a Public Shared
Hashtable across request...however on a Win 2003 Servcer it seems like the
hashtable is deallocated between requests (Which is how it's suppose to
work...I'd expect)

Søren
 
Back
Top