life in a smart mob

social networking and other stuff

Session in Classic ASP to ASP.Net

I was asked about how to transfer Session state between these Classic ASP and ASP.Net. The first solution that popped into my head was serialization to Xml.

Both can read and write Xml pretty quickly, but has anyone looked into this as an extensible means of transfering state and even remoting state? Any thoughts/answers on this?

I first heard about SQL Reporting tonight as a means to replace Crystal. Any good?

vtgo.net

Comments

Andrej Kyselica said:

We did something to transfer state by passing the data in an encrypted serialized hashtable. The ASP side used a COM-exposed .NET component to decrypt and extract the data. It works well.
# February 12, 2004 6:24 PM

Martin said:

As fro transfer/share session between classic ASP and ASP.NET take look at excellent

ASP.NET Session State FAQ
(http://www.eggheadcafe.com/articles/20021016.asp)

Q: Can I share session state between ASP.NET and ASP pages?

m.

# February 13, 2004 12:44 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)