asp.net 1.0 and 2.0

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

Hi!

Is it okay to install both onto one system?

Will the old solutions, made in 1.1 Framework still work fine with 2.0
installed?

/Lars
 
Just remember that 2.0 is still beta.
Its never recommended that you put a beta on a production machine.
 
Both will run together without any problem. i have been running these two in
my laptop for more then a year..
 
Additionally, you'll need to setup a different
Application Pool for your 1.x applications.

1.x and 2.x apps won't run in the same AppPool.



Juan T. Llibre
ASP.NET MVP
===========
 
How to setup the AppPool ?

Juan T. Llibre said:
Additionally, you'll need to setup a different
Application Pool for your 1.x applications.

1.x and 2.x apps won't run in the same AppPool.



Juan T. Llibre
ASP.NET MVP
===========
 
To explain with a bit more detail; ASP.NET 2.0 installs a new ASP.NET tab to
the IIS MMC tabbed properties that can be used to reset the virtual
application from 2.0 back to 1.0 or 1.1 as required.

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
 
Back
Top