We have an extensive classic ASP site, and we plan to upgrade to ASP.Net (most likely the latest version). Obviously, updating all pages at once will be a leviathan task, so we just want to write new pages (and page rewrites) in ASP.Net first.
There are two obstacles to this:
I have no idea how to access classic ASP session data in ASP.Net. This would need to be set only once, since it never changes on any page except the login page. I would prefer to make minimal changes to the classic ASP login page, but this is only a small preference.
In ASP and ASP.Net sessions, you must disable the timeout at the same time to keep the version difference unchanged.
Can anyone offer any help please?
Thanks in advance.
source
share