C
Calvin Willman
ASP.NET 2.0, Visual Web Developer Express
I've written a web app, which creates a Gif to display on the page. I name
it [SessionID].gif, and only want it to last as long as the session, so I've
included
File.Delete([filepath]) in the Session_End event, but this never seems to
run. I've set break points which are never reached...
I've added <sessionState mode="InProc" /> to the web.config file...
what's the problem??
Thanks in advance
I've written a web app, which creates a Gif to display on the page. I name
it [SessionID].gif, and only want it to last as long as the session, so I've
included
File.Delete([filepath]) in the Session_End event, but this never seems to
run. I've set break points which are never reached...
I've added <sessionState mode="InProc" /> to the web.config file...
what's the problem??
Thanks in advance