Session & Application Variables vs. ASP

V

Victor

I'm trying to use Application and Session variables defined in .ASP pages, in an .ASPX
page. They are showing as blank in the ASPX page.

Are the Session and Application variables defined in a classical ASP page available to
an ASP.NET page in the same web?

Thanks,

Vic
 
M

Michael Nemtsev

Hello Victor,

http://www.asp101.com/articles/sidney/sharingsessionstate/default.asp

V> I'm trying to use Application and Session variables defined in .ASP
V> pages, in an .ASPX page. They are showing as blank in the ASPX page.
V>
V> Are the Session and Application variables defined in a classical ASP
V> page available to an ASP.NET page in the same web?
V>
V> Thanks,
V>
V> Vic
V>
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top