Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. installing multiple versions of .net

installing multiple versions of .net

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpannouncement
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nsainaveen
    wrote on last edited by
    #1

    hi, in my system i have .NET 1.1 & .NET 2.0.i hosted a website also.so when i browse the site which version will invoke. and that application is built on .net 1.1. what could be the problems updating .net1.1 to .net 2.0. thanks & regards naveen.

    G 1 Reply Last reply
    0
    • N nsainaveen

      hi, in my system i have .NET 1.1 & .NET 2.0.i hosted a website also.so when i browse the site which version will invoke. and that application is built on .net 1.1. what could be the problems updating .net1.1 to .net 2.0. thanks & regards naveen.

      G Offline
      G Offline
      gnjunge
      wrote on last edited by
      #2

      If you go to your website properties under IIS, you see that with the installation of .NET 2.0 a new tab was added named: "ASP.NET". There you can select your .NET version. Furthermore .NET 2.0 is fully compatible with 1.1 and 1.0, so .NET 1.1 code can be compiled and run without problems under .NET 2.0 Gidon

      N 1 Reply Last reply
      0
      • G gnjunge

        If you go to your website properties under IIS, you see that with the installation of .NET 2.0 a new tab was added named: "ASP.NET". There you can select your .NET version. Furthermore .NET 2.0 is fully compatible with 1.1 and 1.0, so .NET 1.1 code can be compiled and run without problems under .NET 2.0 Gidon

        N Offline
        N Offline
        nsainaveen
        wrote on last edited by
        #3

        hi, thanQ for reply gnjunge. its showing as .net 1.1(read only).iam unable to edit the configuration. And why its taking 1.1 as default instead of 2.0. even i updated to .net 2.0 from .net 1.1. And one more thing is while browsing iam getting an error as "Server Error '/' in Application".And end of the page its displaying .net version as 1.1. Thanks & Regards Naveen.

        G 1 Reply Last reply
        0
        • N nsainaveen

          hi, thanQ for reply gnjunge. its showing as .net 1.1(read only).iam unable to edit the configuration. And why its taking 1.1 as default instead of 2.0. even i updated to .net 2.0 from .net 1.1. And one more thing is while browsing iam getting an error as "Server Error '/' in Application".And end of the page its displaying .net version as 1.1. Thanks & Regards Naveen.

          G Offline
          G Offline
          gnjunge
          wrote on last edited by
          #4

          Hi Naveen, First of all, if you compile your project in VS 2003, it will use the .NET 1.1 runtime. You can also make it support the 1.0 runtime through your project properties in VS.NET. "Modifying this property causes the project system to update the web.config file in your project by adding assembly binding ( and ) tags in a section. Web pages in Visual Studio-built ASP.NET Web applications are precompiled to a .dll file with a dependency on the runtime associated with the compiler." I guess setting that option in the ASP.NET tab, will compile the aspx pages on runtime to one supporting the 2.0 runtime (but not the pre compiled files, since that option was set in VS.NET) So if you would compile your project in VS.NET 2005, it will use the .NET 2.0 runtime. Gidon

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups