Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to transfer Session from .Net 2.0 to .Net 1.1 & classic asp?

How to transfer Session from .Net 2.0 to .Net 1.1 & classic asp?

Scheduled Pinned Locked Moved ASP.NET
helpcsharphtmlcssasp-net
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dr_X
    wrote on last edited by
    #1

    We are upgrading our intranet's main page from classic asp to .Net 2.0. Currently there are all three type of web apps on the server, .Net 2.0, 1.1 & asp. The asp classic main page currently uses techniques similar to http://www.eggheadcafe.com/articles/20021207.asp which has worked for a couple of years now. Now we are upgrading the main page to .Net 2.0 and I am having problems finding any solution that works, much less an elegant one that will require minimal change throughout the applications. Currently I have tried the following with out success: http://www.asp101.com/articles/sidney/sharingsessionstate/default.asp[^] which should work and possibly does using .Net 1.1 but not with .Net 2.0. Microsoft solution, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/converttoaspnet.asp[^], fails to work in .Net 2.0 either. I glanced at this one http://searchvb.techtarget.com/tip/1,289483,sid8_gci951935,00.html[^] but I think it would have the same issue as the previous ones. With the asp101 & Microsoft's solution, I am unable to transfer any session information from any .Net 2.0 app to another .Net 2.0 or .Net 1.1 app. I am not sure why. I think it might be because I am running on XP and there is no option for application pooling in IIS. I know in IIS on server 2003 you have to create a new pool for .Net 2.0 apps. The actual Session will transfer with both techniques it is just getting the session to the intermediate page, SessionTransfer.aspx. Process Flow: ASP.Net page => SessionTransfer.aspx => SessionTransfer.asp => asp page The trouble I am finding is the ASP.Net to the SessionTransfer.aspx page. The Session.Count value in the SessionTransfer.aspx page is 0. Any help or link would be much appreciated and resolving this Session issue. Thanks, Michael

    I firmly believe that any man's fi

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups