Results 1 to 6 of 6

Thread: How to establish Session Data Bridge between the Asp and Asp.Net Application

  1. #1
    Join Date
    Feb 2010
    Posts
    137

    How to establish Session Data Bridge between the Asp and Asp.Net Application

    Hi all,

    I need to Web Service technology to integrate and manage existing Asp program to Asp.Net. I have application that proceed from reality in order to update the way iterative strategy to Asp Web server memory in the current Session updated to Asp.Net. Please suggest.

  2. #2
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to establish Session Data Bridge between the Asp and Asp.Net Application

    Asp existing applications often use "ASP sessions", which is a classic asp built-in model, which allows temporary storage of data in the web server, the temporary memory, its the biggest limiting factor is the asp of the session state is dependent on a specific server . And the other a wider range of solutions is that many web servers may be another point to be used upon request to any web server. In fact all of the web servers are like in a farm, so that any in-memory session state will not automatically follow the request. Each asp server provides its own session state, unless the user was an amazing coincidence to return a unified server, resulting in loss of the system session. All the best.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: How to establish Session Data Bridge between the Asp and Asp.Net Application

    The emergence of technology, Microsoft Asp.net finally solved this problem, allowing us to store session information to the web server and database, or other domain server. Yes, the problem is resolved. If so, they would have required a very high price to re-use. Net to rewrite asp. It seems feasible. Another better solution is to use iterative methods to part of the migration code to the new model is better than rewrite the asp code, in this process if the old ASP code and the new asp.net code can have a common session the state while maintaining their normal work, then throughout the life cycle would be beneficial for you to better hedge their risks. Check and reply.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to establish Session Data Bridge between the Asp and Asp.Net Application

    I have a few solutions, from a little to be solved when using the classic asp sesssion relationship because of the problems caused by the server.

    1. user-defined groups or the use of Asp / ADO script to achieve a direct read and write user session data to the database;
    2. user-defined components to direct access to the asp.net seesion data;
    3. Through the web services the establishment of the bridge asp to asp.net sharing session.

  5. #5
    Join Date
    Jan 2008
    Posts
    1,521

    How to establish Session Data Bridge between the Asp and Asp.Net Application

    Session is a similar situation in a dictionary or a hash table stored in web server memory, ASP will maintain session state, referred to a special key to the user, when the session when the session is started, the key will be saved cookie to record the client sent to the the server each request on the server side, access to cookie-key, you can request to know the corresponding session. such a mechanism is a distinct advantage the speed and convenience, all of the session will be saved on a single server, so it is open, but as said earlier, the data stored in a server is also a major disadvantage, forcing users to return to the same server retrieve the session data. This reduced the web form advantage, it's just a low-cost, large-out strategy, if you just want to perform simple functions, you can use it. Check and reply.

  6. #6
    Join Date
    Apr 2008
    Posts
    1,948

    Re: How to establish Session Data Bridge between the Asp and Asp.Net Application

    You need to established a database connection between the ASP application server and database server. The data is stored in a central database or database cluster, and then from different server asp procedures. This procedure gives only the kinds of programs. The code to access and set the session can be put into a javascirpt file, support webservices-based access methods, allowing asp replace javascirpt custom database schema, direct access to asp.net session data such as setting up asp state
    Database. Best of luck.

Similar Threads

  1. Replies: 4
    Last Post: 24-12-2010, 07:58 AM
  2. Application and Session objects in ASP
    By Acalapati in forum Software Development
    Replies: 5
    Last Post: 06-03-2010, 03:20 AM
  3. How to establish Bridge connections on Windows XP
    By Halyn in forum Networking & Security
    Replies: 3
    Last Post: 28-07-2009, 09:09 PM
  4. RDC - because of an error in data encryption, this session will en
    By Matt Carter in forum Windows Server Help
    Replies: 1
    Last Post: 19-05-2008, 07:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,305,224.56749 seconds with 17 queries