Ask a Question related to ASP.NET General, Design and Development.
-
Justin SB #1
Re: Session vars
Scott,
The company I work for, Consonica, produces a solution called StateStitch
that is what you are looking for. StateStitch allows ASP and ASP.NET to
share session variables. It is designed to allow the page by page migration
you describe. As you've found, without StateStitch if you've used Sessions
you would need to rewrite your entire ASP application in 'one big step' to
move to ASP.NET.
More information is available here:
[url]http://www.consonica.com/solutions/dotnet/statestitch/index.html[/url]
If you would like a two-week evaluation copy, please send me an email.
Justin Santa Barbara
Consonica Ltd.
"Scott" <spiscitelli@nc.rr.com> wrote in message
news:0b7d01c33b12$00c163f0$a301280a@phx.gbl...> We are in the process of migrating an old IIS/ASP
> application to ASP.NET. Our approach is to migrate page
> by page. One of the things i have found with .NET is that
> the session vars are in a different memory location than
> the session vars in old asp. Is there any easy way to
> transfer a session variable from asp to asp.net?
>
> thanks
Justin SB Guest
-
#25307 [Ver->Csd]: Crash when session.serialize_handler=wddx & session, post, get vars
ID: 25307 Updated by: sniper@php.net Reported By: cristea at pntcd dot ro -Status: Verified +Status: ... -
#25307 [Ver]: Crash when session.serialize_handler=wddx & session, post, get vars
ID: 25307 User updated by: cristea at pntcd dot ro Reported By: cristea at pntcd dot ro Status: Verified Bug Type: ... -
#25307 [Opn->Ver]: Crash when session.serialize_handler=wddx & session, post, get vars
ID: 25307 Updated by: sniper@php.net Reported By: cristea at pntcd dot ro -Status: Open +Status: ... -
#25307 [NEW]: Crash when session.serialize_handler=wddx & session, post, get vars
From: cristea at pntcd dot ro Operating system: any PHP version: 4CVS-2003-08-29 (stable) PHP Bug Type: Session related Bug... -
[PHP] Acessing session vars
From: "Ed Curtis" <ed@homes2see.com> how As you sit there and wait for us to answer, you could have taken the 5 second to run this yourself and... -
Natty Gur #2
Re: Session vars
Hi,
take a look at the MS solution :
How to Share Session State between Classic ASP and ASP.NET:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/[/url]
html/ConvertToASPNET.asp
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
hbmb@charter.net #3
Re: Session vars
There is no really easy way. There is a third party tool you can by that will allow you to slowly migrate. It is called Sessionbridge. For more information, go to [url]www.sessionbridge.com[/url]. Good Luck!
************************************************** ********************
Sent via Fuzzy Software @ [url]http://www.fuzzysoftware.com/[/url]
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
hbmb@charter.net Guest



Reply With Quote

