Linking asp with aspx

Discussion in 'ASP.NET / ASP.NET Core' started by Florian, Jun 17, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    I would like to link Asp and Aspx.
    To put asp in aspx, or put aspx in asp.

    Florian.
    </font id="Trebuchet MS">
     
  2. Florian,

    1. Linking Classic ASP to .NET - the biggest challenge here is that Session variables get lost when transferring from Classic to .NET (and back). However, there are some workarounds, and one is listed in the link below:

    http://www.eggheadcafe.com/articles/20021207.asp

    2. Classic and .NET pages together - onf my limited knowledge, I believe that you cannot have a .NET page within a Classic page, because .NET requires that there only be 1 page language type per page. However, you can put Classic ASP within a .NET page if you make certain modifications and follow certain rules. Here's a place which quickly describes some of the rules changes:

    http://www.w3schools.com/aspnet/aspnet_vsasp.asp
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page