run web apps for two framework versions on one machine?

  • Thread starter Thread starter manny
  • Start date Start date
M

manny

Hi all asp.net experts

Is it possible to have web applications working on framework 1.0 and
1.1 on the same machine?

I have a web application which is compiled under 1.0 and thus must be
run under this version. On the same machine I have to deploy web
application compiled under 1.1 version.

I'm wondering if it's possible to configure IIS to handle this
situation. If it is , please give some clues how to do that

regards Wojtek Zalecki
 
I don't know about 1.0 and 1.1 but I assume it is the same as for 1.1 and
2.0, where the answer is yes. You simply need to go into the administration
of IIS, find the web site in question, right-click on it, select properties,
then select the ASP.NET tab, then finally choose which ASP.NET version you
want to use for the web site.
 
Back
Top