Still
1 billion ASP pages all around the world and still so hard to migrate from Classic ASP to ASP.NET!
"Homelidays Session Service" makes it easier for ASP developers to share the Classic ASP Session State with ASP.NET by storing the Session State into a SQL Server database. Homelidays Session Service eases a step by step migration from ASP to ASP.NET.

Fig1. Session Service global overview
Storing the session state in an external storage (Microsoft SQL Server database):
- Eases the migration from classic ASP to ASP.NET allowing a step by step migration;
- Allows a Classic ASP site using "Session" to be stateless.
It's developed in C++ for Classic ASP and in C# for ASP.NET.
Homelidays Session Service is massively used on production environement at
http://www.homelidays.com.
How does it work?
Install the Homelidays Session Service
Use the Session Service in classic ASP code
Use the Session Service in ASP.NET code