G
Guest
Hi there
I have several bigger applications programmed with the old ASP (vbscript). A
lot of data is stored in the session object.
Now I have to extend the application with new functionality (-> complete new
part). My idea is to develop the new part in ASP.NET (C#) and leave the old
parts in the ASP environment. With this way I can migrate the old code step
by step into C# and I don't need to migrate the whole project in one step (->
I also have to migrate all test cases as well. And there are a lot of test
cases).
Is it possible to share data in the session object? I think this is not
possible because there are different session managers for the asp and the
asp.net session. Or am I wrong?
Any help is welcome.
Regards
Roger
I have several bigger applications programmed with the old ASP (vbscript). A
lot of data is stored in the session object.
Now I have to extend the application with new functionality (-> complete new
part). My idea is to develop the new part in ASP.NET (C#) and leave the old
parts in the ASP environment. With this way I can migrate the old code step
by step into C# and I don't need to migrate the whole project in one step (->
I also have to migrate all test cases as well. And there are a lot of test
cases).
Is it possible to share data in the session object? I think this is not
possible because there are different session managers for the asp and the
asp.net session. Or am I wrong?
Any help is welcome.
Regards
Roger