session objects from asp to aspx

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?a2thcnJl?=

    session objects from asp to aspx

    Hello,
    We are buying a wizard from a 3rd party developer who advices our customers
    which products they need.
    This wizard is written in (old) asp. It produces an asp page that redirects to
    our asp.net application.
    We need to capture the session object or the querystring from that old asp
    page
    into the aspx page.
    I would appreciate any tips on how to implement this.

    We have no ability to debug the asp page, but are thinking of creating an
    aspx page
    that collects the querystring and creates a ASP.NET Session object and THEN
    redirects to the correct aspx page.

    Thanks in advance
    /kk
  • David Wier

    #2
    Re: session objects from asp to aspx

    You might check out :

    This website is for sale! asp101.com is your first and best source for information about asp101. Here you will also find topics relating to issues of general interest. We hope you find what you are looking for!



    David Wier

    http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
    bloated markup


    "kkarre" <kkarre@discuss ions.microsoft. comwrote in message
    news:91F6B599-634F-4BCD-8B8D-C60AAB5CDD8C@mi crosoft.com...
    Hello,
    We are buying a wizard from a 3rd party developer who advices our
    customers
    which products they need.
    This wizard is written in (old) asp. It produces an asp page that
    redirects to
    our asp.net application.
    We need to capture the session object or the querystring from that old asp
    page
    into the aspx page.
    I would appreciate any tips on how to implement this.
    >
    We have no ability to debug the asp page, but are thinking of creating an
    aspx page
    that collects the querystring and creates a ASP.NET Session object and
    THEN
    redirects to the correct aspx page.
    >
    Thanks in advance
    /kk

    Comment

    Working...