Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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: ...
    2. #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: ...
    3. #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: ...
    4. #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...
    5. [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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139