Session sharing with COM objects and arrays

Last post 10-27-2009 9:20 AM by stiletto. 1 replies.

Sort Posts:

  • Session sharing with COM objects and arrays

    05-05-2009, 12:11 PM
    • Member
      point Member
    • XiaoweiJia
    • Member since 11-24-2008, 9:09 PM
    • Posts 4

    I am in charge of a project migration from ASP to ASP.Net. We are doing it page by page so here comes to the session sharing. I can share simple data types such as string, int etc. There are a few sessions storing arrays and COM objects. My question is that how do I share these arrays and COM objects between ASP and ASP.Net.

    Thanks

  • Re: Session sharing with COM objects and arrays

    10-27-2009, 9:20 AM
    • All-Star
      16,475 point All-Star
    • stiletto
    • Member since 07-10-2003, 4:42 AM
    • Louisville, KY
    • Posts 3,219

    You have to have a translation layer in both the ASP and ASP.Net that will put them in a common format in a common place. 

    Since they (ASP and ASP.net) don't share a memory space, you can't share them directly.


Page 1 of 1 (2 items)