Classic ASP, ASP.NET, and Session Variables

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
 
C

Cor Ligthert[MVP]

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
 

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