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. Web Development
  3. ASP.NET
  4. Website using both 1.1 and 2.0

Website using both 1.1 and 2.0

Scheduled Pinned Locked Moved ASP.NET
comannouncement
8 Posts 6 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.
  • R Offline
    R Offline
    RADSGR
    wrote on last edited by
    #1

    :~ Website www.web1.com is running under 1.1.Under the same website need to create two subdirectory like subdir1 and subdir2. Subdir1 is using --- version 1.1 -- www.web1.com/subdir1 Subdir2 is using --- version 2.0 -- www.web1.com/subdir2 if i use http://www.web1.com/subdir2,all websites under the webserver,stopped automatically. Why it is like that.Is it possible to run version 1.1 and version 2.0 under the same website:~ .

    radsgr

    C D S G 4 Replies Last reply
    0
    • R RADSGR

      :~ Website www.web1.com is running under 1.1.Under the same website need to create two subdirectory like subdir1 and subdir2. Subdir1 is using --- version 1.1 -- www.web1.com/subdir1 Subdir2 is using --- version 2.0 -- www.web1.com/subdir2 if i use http://www.web1.com/subdir2,all websites under the webserver,stopped automatically. Why it is like that.Is it possible to run version 1.1 and version 2.0 under the same website:~ .

      radsgr

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I doubt it. I don't thnk the web server can even run 2 different apps with different ASP.NET versions.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      1 Reply Last reply
      0
      • R RADSGR

        :~ Website www.web1.com is running under 1.1.Under the same website need to create two subdirectory like subdir1 and subdir2. Subdir1 is using --- version 1.1 -- www.web1.com/subdir1 Subdir2 is using --- version 2.0 -- www.web1.com/subdir2 if i use http://www.web1.com/subdir2,all websites under the webserver,stopped automatically. Why it is like that.Is it possible to run version 1.1 and version 2.0 under the same website:~ .

        radsgr

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        RADSGR wrote:

        Is it possible to run version 1.1 and version 2.0 under the same website

        Nope. IIRC, you'd have to create an entirely seperate website under IIS and tell it which ASP.NET version to use.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        R 1 Reply Last reply
        0
        • D Dave Kreskowiak

          RADSGR wrote:

          Is it possible to run version 1.1 and version 2.0 under the same website

          Nope. IIRC, you'd have to create an entirely seperate website under IIS and tell it which ASP.NET version to use.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          R Offline
          R Offline
          RADSGR
          wrote on last edited by
          #4

          I need to create both applications (one is 1.1 and another one is 2.0) under the same website(which is also 1.1) Website --> 1.1 -- one appln -->Subdir1 --> 1.1 -- One appln -->subdir2 --> 2.0 -- One appln But I already assigned the version of each appln in IIS.

          radsgh.net

          N D 2 Replies Last reply
          0
          • R RADSGR

            I need to create both applications (one is 1.1 and another one is 2.0) under the same website(which is also 1.1) Website --> 1.1 -- one appln -->Subdir1 --> 1.1 -- One appln -->subdir2 --> 2.0 -- One appln But I already assigned the version of each appln in IIS.

            radsgh.net

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

            I doubt this is not possible. As Dave suggested, you can create two sepearete websites and assign ASP.NET version


            My Website | Ask smart questions

            1 Reply Last reply
            0
            • R RADSGR

              :~ Website www.web1.com is running under 1.1.Under the same website need to create two subdirectory like subdir1 and subdir2. Subdir1 is using --- version 1.1 -- www.web1.com/subdir1 Subdir2 is using --- version 2.0 -- www.web1.com/subdir2 if i use http://www.web1.com/subdir2,all websites under the webserver,stopped automatically. Why it is like that.Is it possible to run version 1.1 and version 2.0 under the same website:~ .

              radsgr

              S Offline
              S Offline
              Sudhir Yadav
              wrote on last edited by
              #6

              Sorry not possible dude till this time. U need to deploy them as seperate applications on IIS instead.

              Do not forget to tune the Performance :-) Sudhir Yadav

              1 Reply Last reply
              0
              • R RADSGR

                :~ Website www.web1.com is running under 1.1.Under the same website need to create two subdirectory like subdir1 and subdir2. Subdir1 is using --- version 1.1 -- www.web1.com/subdir1 Subdir2 is using --- version 2.0 -- www.web1.com/subdir2 if i use http://www.web1.com/subdir2,all websites under the webserver,stopped automatically. Why it is like that.Is it possible to run version 1.1 and version 2.0 under the same website:~ .

                radsgr

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

                Each application can only use one version of the framework. If you turn the subdirectory into a separate application, you can run it using a different version of the framework. You also have to set up a minimum of one application pool for each version of the framework you are using, as all applications in one pool have to use the same version.

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

                1 Reply Last reply
                0
                • R RADSGR

                  I need to create both applications (one is 1.1 and another one is 2.0) under the same website(which is also 1.1) Website --> 1.1 -- one appln -->Subdir1 --> 1.1 -- One appln -->subdir2 --> 2.0 -- One appln But I already assigned the version of each appln in IIS.

                  radsgh.net

                  D Offline
                  D Offline
                  Dave Kreskowiak
                  wrote on last edited by
                  #8

                  Asking the same question again won't change the answer. You can't do what you want. You MUST create two seperate ASP.NET applications in two seperate websites under IIS.

                  A guide to posting questions on CodeProject[^]
                  Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                       2006, 2007

                  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