weblogs.com.pk

Proud To Be Pakistanis!
Welcome to weblogs.com.pk Sign in | Join | Help
in Search

Migration of asp.net 1.1 to asp.net 2.0

Last post 11-07-2007, 12:04 PM by khurram. 3 replies.
Sort Posts: Previous Next
  •  11-02-2007, 9:19 PM 51020

    Migration of asp.net 1.1 to asp.net 2.0

    Do anyone knows how to move an existing application buit in asp.net 1.1 to asp.net 2.0 with no or minimum code change

  •  11-03-2007, 9:44 AM 51060 in reply to 51020

    Re: Migration of asp.net 1.1 to asp.net 2.0

    Download Visual Studio 2005 Service Pack 1, its a big download and takes some time to install...but when you are done with it, you will be seeing an option "Web Application Project" in "New Project" dialog. This new option provides same feature as ASP.NET 1.1 projects in Visual Studio 2003. Furthermore after Service Pack 1, you should be able to import the Visual Studio 2003 ASP.NET project just fine!

    Check http://webproject.scottgu.com, especially http://webproject.scottgu.com/CSharp/Migration/Migration.aspx (For C#) and http://webproject.scottgu.com/VisualBasic/Migration/Migration.aspx (For VB.NET)


    Khurram Aziz
    http://weblogs.com.pk/khurram
    Filed under:
  •  11-06-2007, 8:21 PM 51377 in reply to 51060

    Re: Migration of asp.net 1.1 to asp.net 2.0

    thanks for the solution, its really helpul.

    There is an other site which runs on asp.net 2.0.
    Now my login page is in the migrated project which is running the
    asp.net 1.1

    I want to use the Sessions object defined in asp.net1.1 to be used in
    asp.net2.0

    How should i go about maintaining the sessions object in both the
    version of asp.net.

    Any sample apps or expert's view on such sort of issue which would help
    me out a lot.

  •  11-07-2007, 12:04 PM 51424 in reply to 51377

    Re: Migration of asp.net 1.1 to asp.net 2.0

    In one application (e-g http://domain.com or http://domain.com/something etc) you cant use 1.1 and 2.0. Basically each web site has an associated IIS application pool and in one pool two versions of the .net cant co-exist. For more info about app pools and asp.net read http://www.developer.com/net/asp/article.php/2245511

    If you continue to run 1.1 in one app and 2.0 in other and want to share session data between these two apps having different address (http://domain.com/1-1app and http://domain.com/2-0app) consider using other means like Cookies, Query String or Form' hidden fields.


    Khurram Aziz
    http://weblogs.com.pk/khurram
View as RSS news feed in XML
Advertise here!
Contact us!
Powered by Community Server (Personal Edition), by Telligent Systems