hey all,
is there another way to clear out Application Session variables besides
doing an iisreset? Could you just reset the one application/virtual directory?
thanks,
rodchar
Cowboy (Gregory A. Beamer) - 10 Aug 2007 20:59 GMT
Application.Clear()?

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)
************************************************
Think outside the box!
************************************************
> hey all,
> is there another way to clear out Application Session variables besides
[quoted text clipped - 3 lines]
> thanks,
> rodchar
Peter Bromberg [C# MVP] - 10 Aug 2007 21:14 GMT
rodchar,
First, this is really an ASP.NET group question, it doesn't relate
specifically to the C# language, which is what this group is for.
You need to clarify what you mean by "Application Session variables". Do you
mean Application variables, or Session variables? These are two different
things.
this article shows 2 different ways to restart an ASP.NET application
gracefully without using IISReset:
http://www.eggheadcafe.com/tutorials/aspnet/7ea62799-d1cb-42ee-a1f2-e68b28dbe836
/restart-aspnet-apps-prog.aspx
Peter

Signature
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> hey all,
> is there another way to clear out Application Session variables besides
> doing an iisreset? Could you just reset the one application/virtual directory?
>
> thanks,
> rodchar
rodchar - 10 Aug 2007 21:24 GMT
Sorry about the mispost but thanks for the help anyway.
Rod.
> hey all,
> is there another way to clear out Application Session variables besides
> doing an iisreset? Could you just reset the one application/virtual directory?
>
> thanks,
> rodchar