I need to use the same application and session in asp and asp.net. Is it possible? The project is too big and I want to move it to .net step by step. May I use asp and asp.net togeter? I need them to use the same Session and Application objects.
Just found this great article about it...I'm about to use it myself. Since most of my .NET applications will be in addition to existing ASP applications, this will work great immediately after my classic ASP authentication page. As the page says, it's so simple
as to be hilarious. Here's the link: http://www.eggheadcafe.com/articles/20021207.asp
nikolayn
Member
5 Points
1 Post
I need to use the same application and session in asp and asp.net. Is it possible?
Jan 19, 2004 11:45 AM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: I need to use the same application and session in asp and asp.net. Is it possible?
Jan 20, 2004 06:13 AM|LINK
Jason Brown - MVP, IIS
Normal_Guy
Member
5 Points
1 Post
Re: I need to use the same application and session in asp and asp.net. Is it possible?
Jan 29, 2004 05:21 PM|LINK
sv572
Member
5 Points
1 Post
if you don't want to buy sessionbridge
Jan 29, 2004 08:51 PM|LINK