I developed some applications in asp & asp.net and running together under iis5.
I found they have own set of variables each of them, that is to say, they cannot pass a variable between the asp and asp.net applications.
i.e.
I set a session in asp: session("counter") = 100
I cannot get its value in asp.net by: session["counter"] because "counter" not be given.
I do wanna exchange information between them, but how can I? Any good idea?
thanksSession sharing between ASP and ASP.NET
Remember, Google knows all.
0 comments:
Post a Comment