.Net Framework 1.1 and 2.0 in one IIS

  • Thread starter Thread starter Gunawan
  • Start date Start date
G

Gunawan

Dear All,
I would like to know how to run two version on .Net Framework in one machine
(IIS).
TIA.
Regards,
Gun
 
...
I would like to know how to run two version on .Net Framework in one
machine (IIS).

Install them both, I'd suggest 1.1 first and then 2.0 with the appropriate
updates and patches from Microsoft Update as necessary.

Once both frameworks are installed you can open IIS, right-click on your
website, and there will be an ASP.Net tab (this only appears after .Net 2.0
has been installed) - you can then select which version of the framework
which you want to use with that website, both 1.1.4322 and 2.0.50727 will be
available in the drop down.

HTH

Regards

Rob
 
I would like to know how to run two version on .Net Framework in one
machine (IIS).

Install them in order of release - they will co-exist perfectly happily...
 
Install them in order of release - they will co-exist perfectly happily...

On IIS 6.0 though you'll probably need TWO different Application
Pools, one for 1.1 and another one for 2.0...

..t
 
Thomas Hansen said:
On IIS 6.0 though you'll probably need TWO different Application
Pools, one for 1.1 and another one for 2.0...

.t

Hi, thank you for all of your reply.

I would like to know is there any knowledge base or instruction to create
application pool?
I also heard that we should run aspnet_regiis without update the metabase
data.
TIA.
Regards,
Gun
 
Back
Top