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. ASP.NET versions

ASP.NET versions

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminwindows-adminhelp
4 Posts 3 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.
  • H Offline
    H Offline
    hairy_hats
    wrote on last edited by
    #1

    We've got an IIS server running with ASP.NET 1 and 2 on it, and are trying to develop an intranet website based on 2. The web pages are being created with a prog that uses version 2 only, and all the settings we can find on the server are also set to use Version 2, but loading a web page always brings up an error, and the ASP version number it contains is always 1.xxxxxx Any ideas how to configure the server so it uses ASP 2.xxx for the website instead?

    S 1 Reply Last reply
    0
    • H hairy_hats

      We've got an IIS server running with ASP.NET 1 and 2 on it, and are trying to develop an intranet website based on 2. The web pages are being created with a prog that uses version 2 only, and all the settings we can find on the server are also set to use Version 2, but loading a web page always brings up an error, and the ASP version number it contains is always 1.xxxxxx Any ideas how to configure the server so it uses ASP 2.xxx for the website instead?

      S Offline
      S Offline
      SHatchard
      wrote on last edited by
      #2

      Have you set the website to use v2 in IIS? Go into IIS right click on the web site and go to properties. In the ASP.net tab change the version to 2 and apply. If the application pool currently has any 1.1 applications running in it you will need to make sure you assign it to a new pool since you cannot mix versions in application pools.

      H 1 Reply Last reply
      0
      • S SHatchard

        Have you set the website to use v2 in IIS? Go into IIS right click on the web site and go to properties. In the ASP.net tab change the version to 2 and apply. If the application pool currently has any 1.1 applications running in it you will need to make sure you assign it to a new pool since you cannot mix versions in application pools.

        H Offline
        H Offline
        hairy_hats
        wrote on last edited by
        #3

        Thanks for the reply, yes we've set it to version 2. It could be the application pool thing, I'll have to try and find those settings.

        D 1 Reply Last reply
        0
        • H hairy_hats

          Thanks for the reply, yes we've set it to version 2. It could be the application pool thing, I'll have to try and find those settings.

          D Offline
          D Offline
          DarrollWalsh
          wrote on last edited by
          #4

          IF you are running IIS with both .Net 1 and .Net 2 you need to set a different application pool for both. You can share an application pool for all 1 and a seperate one for 2.0 but they cannot have the same pool.

          Darroll

          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