Page view counter

conversion from asp.net 2.0 to asp.net 1.1

Last post 07-20-2008 4:33 AM by kumarangopi. 2 replies.

Sort Posts:

  • conversion from asp.net 2.0 to asp.net 1.1

    07-19-2008, 2:57 PM
    • Loading...
    • kumarangopi
    • Joined on 09-02-2007, 4:51 AM
    • Posts 6

    a project is done in 2.0,how to convert that into 1.1, other than manually checking each line correcting to 1.1 coding, any ideas?

     

     

  • Re: conversion from asp.net 2.0 to asp.net 1.1

    07-19-2008, 5:01 PM
    Answer

    I don't envy you.  There's no tool available to do this, mainly because no one would choose to migrate in this direction.  That means it's a manual job, and could involve a lot of recoding.  The 2.0 Code-beside/behind model relies on Partial classes which weren't available in 1.1.  You'll need to refer to something like this to make sure you cover all the new features that were introduced in 2.9 that you need to revert: http://msdn.microsoft.com/en-us/library/fa1h9d0d(VS.80).aspx

    It also begs the question why you would want to consider doing this.

     

    Regards Mike
    [MVP - ASP/ASP.NET]
  • Re: conversion from asp.net 2.0 to asp.net 1.1

    07-20-2008, 4:33 AM
    • Loading...
    • kumarangopi
    • Joined on 09-02-2007, 4:51 AM
    • Posts 6

    one of my friend's client request.Thank for your reply.

Page 1 of 1 (3 items)
Microsoft Communities