.Net Framework 1.1 and 2.0 in one IIS

G

Gunawan

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

Rob Meade

...
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
 
M

Mark Rae

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...
 
T

Thomas Hansen

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
 
G

Gunawan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top