Origional Question:
------------------------------------
Any plans of having plans of having ASP and ASP.NET share session
information? I know there isn't anything
now in B1 and other commands like server.transfer and
server.execute integrate into this?
Steve
ScottGu Answer:
------------------------------------
Hi Steve,
This would be a great feature -- but unfourtunately we won't be able to
do it in V1. Doing so would require us making some serious changes to
the shipping ASP engine. One of our explict goals when we started the
project was to make sure that installing ASP.NET on a machine with an
ASP app didn't interfere/break that app at all. The types of changes
that we'd need to make to ASP to support this scenario would
unfourtunately probably break (either directly or subtely) how ASP
worked. As such, we decided not to make them.
Sorry -- I agree it would be a great feature. But you won't be able to
share session state between ASP and ASP.NET in V1 :-(
- Scott