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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. .Net 1.1 and .Ne 2.0

.Net 1.1 and .Ne 2.0

Scheduled Pinned Locked Moved ASP.NET
csharpvisual-studiodotnetwindows-adminquestion
8 Posts 4 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.
  • S Offline
    S Offline
    Saranya B
    wrote on last edited by
    #1

    Hi All... My friend has Visual Studio 2003 and also Visual Studio 2005 installed in her system. Whenever she has to work with VS-2003, she will change the IIS to point the .Net framework 1.1 version and switches to .Net 2.0 when she works with VS-2005 and also she is telling that she has both the framework. What I thought was, to work with both VS-2003 and 2005, it is enough to have .Net framework 2.0 and this 2.0 will have all the features supported by 1.0 and 1.1. We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0. So no need to change the framework. I dont understand why she changes her IIS every time. But I dont change IIS. I just work with both VS-2003 and VS-2005 at a same time. How is it possible? Wht is the concept behind this .Net Framework different versions? Am I making sense? Hope I narrated in a way you can understand. Expecting your explanations for this dbt. Thank You, Saran

    N G 2 Replies Last reply
    0
    • S Saranya B

      Hi All... My friend has Visual Studio 2003 and also Visual Studio 2005 installed in her system. Whenever she has to work with VS-2003, she will change the IIS to point the .Net framework 1.1 version and switches to .Net 2.0 when she works with VS-2005 and also she is telling that she has both the framework. What I thought was, to work with both VS-2003 and 2005, it is enough to have .Net framework 2.0 and this 2.0 will have all the features supported by 1.0 and 1.1. We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0. So no need to change the framework. I dont understand why she changes her IIS every time. But I dont change IIS. I just work with both VS-2003 and VS-2005 at a same time. How is it possible? Wht is the concept behind this .Net Framework different versions? Am I making sense? Hope I narrated in a way you can understand. Expecting your explanations for this dbt. Thank You, Saran

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Saranya B wrote:

      What I thought was, to work with both VS-2003 and 2005, it is enough to have .Net framework 2.0 and this 2.0 will have all the features supported by 1.0 and 1.1. We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0. So no need to change the framework.

      Yes you are correct.

      Saranya B wrote:

      I dont understand why she changes her IIS every time.

      She don't have any other work to do :laugh:

      Saranya B wrote:

      But I dont change IIS. I just work with both VS-2003 and VS-2005 at a same time. How is it possible?

      Because framework 2.0 can support all the libraries available in 1.1. Updating a version means, they won't remove the previous classes. 2.0 is having much more classes than 1.0. Now 3.0 is there. That can support all the classes available in 1.1 as well as 2.0. Hope you understood


      printf("Navaneeth!!") www.w3hearts.com

      S R 2 Replies Last reply
      0
      • S Saranya B

        Hi All... My friend has Visual Studio 2003 and also Visual Studio 2005 installed in her system. Whenever she has to work with VS-2003, she will change the IIS to point the .Net framework 1.1 version and switches to .Net 2.0 when she works with VS-2005 and also she is telling that she has both the framework. What I thought was, to work with both VS-2003 and 2005, it is enough to have .Net framework 2.0 and this 2.0 will have all the features supported by 1.0 and 1.1. We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0. So no need to change the framework. I dont understand why she changes her IIS every time. But I dont change IIS. I just work with both VS-2003 and VS-2005 at a same time. How is it possible? Wht is the concept behind this .Net Framework different versions? Am I making sense? Hope I narrated in a way you can understand. Expecting your explanations for this dbt. Thank You, Saran

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        VS 2005 has a built in stand-alone web server, so it doesn't need IIS. You can use IIS for 1.1 applications and the stand-alone server for 2.0 applications.

        Saranya B wrote:

        We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0.

        There is no "upgrade" from 1.1 to 2.0. When you install 2.0 on a system that already has 1.1, they will both be available side byte side.

        Saranya B wrote:

        I dont understand why she changes her IIS every time.

        Me neither.

        Saranya B wrote:

        But I dont change IIS. I just work with both VS-2003 and VS-2005 at a same time. How is it possible?

        My guess is that you are using the stand-alone server in VS 2005.

        --- single minded; short sighted; long gone;

        S 1 Reply Last reply
        0
        • N N a v a n e e t h

          Saranya B wrote:

          What I thought was, to work with both VS-2003 and 2005, it is enough to have .Net framework 2.0 and this 2.0 will have all the features supported by 1.0 and 1.1. We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0. So no need to change the framework.

          Yes you are correct.

          Saranya B wrote:

          I dont understand why she changes her IIS every time.

          She don't have any other work to do :laugh:

          Saranya B wrote:

          But I dont change IIS. I just work with both VS-2003 and VS-2005 at a same time. How is it possible?

          Because framework 2.0 can support all the libraries available in 1.1. Updating a version means, they won't remove the previous classes. 2.0 is having much more classes than 1.0. Now 3.0 is there. That can support all the classes available in 1.1 as well as 2.0. Hope you understood


          printf("Navaneeth!!") www.w3hearts.com

          S Offline
          S Offline
          Saranya B
          wrote on last edited by
          #4

          Thank you Navaneeth!!!

          1 Reply Last reply
          0
          • G Guffa

            VS 2005 has a built in stand-alone web server, so it doesn't need IIS. You can use IIS for 1.1 applications and the stand-alone server for 2.0 applications.

            Saranya B wrote:

            We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0.

            There is no "upgrade" from 1.1 to 2.0. When you install 2.0 on a system that already has 1.1, they will both be available side byte side.

            Saranya B wrote:

            I dont understand why she changes her IIS every time.

            Me neither.

            Saranya B wrote:

            But I dont change IIS. I just work with both VS-2003 and VS-2005 at a same time. How is it possible?

            My guess is that you are using the stand-alone server in VS 2005.

            --- single minded; short sighted; long gone;

            S Offline
            S Offline
            Saranya B
            wrote on last edited by
            #5

            Thanks for you explanation!!!

            Guffa wrote:

            There is no "upgrade" from 1.1 to 2.0. When you install 2.0 on a system that already has 1.1, they will both be available side byte side.

            So, do you mean when we install .net framework 2.0, there will be 2 instances. One with 1.1(which exist already) and another instance with 2.0 version? Can I take your explanation in this way?

            N G 2 Replies Last reply
            0
            • S Saranya B

              Thanks for you explanation!!!

              Guffa wrote:

              There is no "upgrade" from 1.1 to 2.0. When you install 2.0 on a system that already has 1.1, they will both be available side byte side.

              So, do you mean when we install .net framework 2.0, there will be 2 instances. One with 1.1(which exist already) and another instance with 2.0 version? Can I take your explanation in this way?

              N Offline
              N Offline
              N a v a n e e t h
              wrote on last edited by
              #6

              yes u can


              printf("Navaneeth!!") www.w3hearts.com

              1 Reply Last reply
              0
              • S Saranya B

                Thanks for you explanation!!!

                Guffa wrote:

                There is no "upgrade" from 1.1 to 2.0. When you install 2.0 on a system that already has 1.1, they will both be available side byte side.

                So, do you mean when we install .net framework 2.0, there will be 2 instances. One with 1.1(which exist already) and another instance with 2.0 version? Can I take your explanation in this way?

                G Offline
                G Offline
                Guffa
                wrote on last edited by
                #7

                Yes.

                --- single minded; short sighted; long gone;

                1 Reply Last reply
                0
                • N N a v a n e e t h

                  Saranya B wrote:

                  What I thought was, to work with both VS-2003 and 2005, it is enough to have .Net framework 2.0 and this 2.0 will have all the features supported by 1.0 and 1.1. We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0. So no need to change the framework.

                  Yes you are correct.

                  Saranya B wrote:

                  I dont understand why she changes her IIS every time.

                  She don't have any other work to do :laugh:

                  Saranya B wrote:

                  But I dont change IIS. I just work with both VS-2003 and VS-2005 at a same time. How is it possible?

                  Because framework 2.0 can support all the libraries available in 1.1. Updating a version means, they won't remove the previous classes. 2.0 is having much more classes than 1.0. Now 3.0 is there. That can support all the classes available in 1.1 as well as 2.0. Hope you understood


                  printf("Navaneeth!!") www.w3hearts.com

                  R Offline
                  R Offline
                  RichardGrimmer
                  wrote on last edited by
                  #8

                  DooDooo wrote:

                  Saranya B wrote: What I thought was, to work with both VS-2003 and 2005, it is enough to have .Net framework 2.0 and this 2.0 will have all the features supported by 1.0 and 1.1. We dont install .Net 2.0 as seperate one and only upgrade 1.1 to 2.0. So no need to change the framework. Yes you are correct.

                  DooDooo wrote:

                  Because framework 2.0 can support all the libraries available in 1.1. Updating a version means, they won't remove the previous classes. 2.0 is having much more classes than 1.0. Now 3.0 is there. That can support all the classes available in 1.1 as well as 2.0. Hope you understood

                  Close, but not quite - there are some pretty major differences between the versions, as my boss would tell you if he were here - he spent an age porting our app to 2.0 hehe

                  "Knock me down, I'll get straight back up again, I'll come back stronger than a powered up pacman" (Lilly Allen / Kaiser Chiefs)

                  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