It certainly CAN be done in the same basic way with ASP.Net. It would be
better to avoid using the Application object, though, and use the
Application Cache instead.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.

"Paul" <paul@themedialounge.com> wrote in message
news:uMIMvLrVDHA.2052@TK2MSFTNGP10.phx.gbl...
> In classic asp I have always used a global.asa file to count
> visitors/current users of the site using application variables.
>
> Can someone tell me if this is done in the same manner in asp.net ?
>
> Can anyone maybe give me some urls for a rundown ?
>
> Thankyou
>
>