How to convert ASP.Net 2.0 pages to ASP.Net 1.1 pages?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ravitunk
    New Member
    • Jun 2007
    • 88

    How to convert ASP.Net 2.0 pages to ASP.Net 1.1 pages?

    hi all....can anyone tell me how to convert ASP.Net 2.0 Pages to ASP.Net 1.1???...please back soon...thx for anykind of help.....
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by ravitunk
    hi all....can anyone tell me how to convert ASP.Net 2.0 Pages to ASP.Net 1.1???...please back soon...thx for anykind of help.....
    In short. You can't. The 2.0 framework has added features that are not backward compatible. Why would you want to digress in the framework you are working with?

    Nathan

    Comment

    • ravitunk
      New Member
      • Jun 2007
      • 88

      #3
      thks for ur reply...i have to convert to 1.1 based on my client requirement.... .so is it possible to do so??....


      Originally posted by nateraaaa
      In short. You can't. The 2.0 framework has added features that are not backward compatible. Why would you want to digress in the framework you are working with?

      Nathan

      Comment

      • nateraaaa
        Recognized Expert Contributor
        • May 2007
        • 664

        #4
        Originally posted by ravitunk
        thks for ur reply...i have to convert to 1.1 based on my client requirement.... .so is it possible to do so??....
        You will need to rewrite the app in the 1.1 framework.

        Nathan

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          go to the ASP.NET config for the website and select ASP.NET 1.1
          Then go try and compile and see what things are broken, then fix them.

          Comment

          Working...