Possible to have .net 1.1 and 2.0 web sites on same server?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dw

    Possible to have .net 1.1 and 2.0 web sites on same server?

    hello -

    we have a web site (asp.net 1.1) and we want to start working on an asp.net
    2.0 version. is it possible to run both web sites on the same server?

    thanks
    - will

  • Juan T. Llibre

    #2
    Re: Possible to have .net 1.1 and 2.0 web sites on same server?

    re:
    we have a web site (asp.net 1.1) and we want to start working on an asp.net
    2.0 version. is it possible to run both web sites on the same server?
    Yes. You can run both 1.1 and 2.0 side-by-side on the same server.



    Juan T. Llibre, asp.net MVP
    aspnetfaq.com : http://www.aspnetfaq.com/
    asp.net faq : http://asp.net.do/faq/
    foros de asp.net, en español : http://asp.net.do/foros/
    =============== =============== =====
    "dw" <dw@discussions .microsoft.comw rote in message
    news:946B8417-B683-4F64-9950-FBE33B21ACD1@mi crosoft.com...
    hello -
    >
    we have a web site (asp.net 1.1) and we want to start working on an asp.net
    2.0 version. is it possible to run both web sites on the same server?
    >
    thanks
    - will
    >

    Comment

    • dw

      #3
      Re: Possible to have .net 1.1 and 2.0 web sites on same server?

      Thanks for the speedy reply.

      Are there any issues I need to worry about? Do I need to configure the two
      web sites differently? I am assuming that I'll set asp.net 1.1 for the older
      site and 2.0 for the newer site. Do they need to reside in different App
      Pools?

      thanks
      - will

      "Juan T. Llibre" wrote:
      re:
      we have a web site (asp.net 1.1) and we want to start working on an asp.net
      2.0 version. is it possible to run both web sites on the same server?
      >
      Yes. You can run both 1.1 and 2.0 side-by-side on the same server.
      >
      >
      >
      Juan T. Llibre, asp.net MVP
      aspnetfaq.com : http://www.aspnetfaq.com/
      asp.net faq : http://asp.net.do/faq/
      foros de asp.net, en español : http://asp.net.do/foros/
      =============== =============== =====
      "dw" <dw@discussions .microsoft.comw rote in message
      news:946B8417-B683-4F64-9950-FBE33B21ACD1@mi crosoft.com...
      hello -

      we have a web site (asp.net 1.1) and we want to start working on an asp.net
      2.0 version. is it possible to run both web sites on the same server?

      thanks
      - will
      >
      >
      >

      Comment

      • Juan T. Llibre

        #4
        Re: Possible to have .net 1.1 and 2.0 web sites on same server?

        re:
        Do I need to configure the two web sites differently?
        I am assuming that I'll set asp.net 1.1 for the older site and 2.0 for the newer site.
        Correct.

        re:
        Do they need to reside in different App Pools?
        Only if you're running Windows Server 2003.



        Juan T. Llibre, asp.net MVP
        aspnetfaq.com : http://www.aspnetfaq.com/
        asp.net faq : http://asp.net.do/faq/
        foros de asp.net, en español : http://asp.net.do/foros/
        =============== =============== =====
        "dw" <dw@discussions .microsoft.comw rote in message
        news:60A0E92A-16FC-46D4-BAE6-8921B9BB9C25@mi crosoft.com...
        Thanks for the speedy reply.
        >
        Are there any issues I need to worry about? Do I need to configure the two
        web sites differently? I am assuming that I'll set asp.net 1.1 for the older
        site and 2.0 for the newer site. Do they need to reside in different App
        Pools?
        >
        thanks
        - will
        >
        "Juan T. Llibre" wrote:
        >
        >re:
        we have a web site (asp.net 1.1) and we want to start working on an asp.net
        2.0 version. is it possible to run both web sites on the same server?
        >>
        >Yes. You can run both 1.1 and 2.0 side-by-side on the same server.
        >>
        >>
        >>
        >Juan T. Llibre, asp.net MVP
        >aspnetfaq.co m : http://www.aspnetfaq.com/
        >asp.net faq : http://asp.net.do/faq/
        >foros de asp.net, en español : http://asp.net.do/foros/
        >============== =============== ======
        >"dw" <dw@discussions .microsoft.comw rote in message
        >news:946B841 7-B683-4F64-9950-FBE33B21ACD1@mi crosoft.com...
        hello -
        >
        we have a web site (asp.net 1.1) and we want to start working on an asp.net
        2.0 version. is it possible to run both web sites on the same server?
        >
        thanks
        - will
        >
        >>
        >>
        >>

        Comment

        Working...