Classic ASP, ASP.NET, and Session Variables

  • Thread starter Thread starter Toni
  • Start date Start date
T

Toni

I'm working on a large website that uses classic ASP VBScript. I need to code in some
pages that use ASP.NET (VBScript).

I have figured out how to have all the features, subroutines, and functions of .asp and
..aspx co-exist - BUT - it seems that I can't have my Session and Application variables
shared between ASP and ASP.NET pages!

Am I missing something? Is there a way to share Session and Application variables
between these two scripting technologies?

Thanks!!!

Toni
 
Toni,

In my idea you can, but it is a long time ago that I did something with
classic ASP

The best place to ask this is probably the newsgroup

microsoft.public.dotnet.framework.aspnet

Cor
 
Back
Top