ASP.NET 1.1 and ASP.NET 2 on same IIS
-
Hello All, I need to know that is it possible to have both asp.net1.1 and asp.net2 working on same IIS same time? If yes then how? Actually i have two web application each supporting different versions of ASP.NET. I want to run them both on same IIS same time. And i am not yet successfull in this. Any suggestion? Mubashir
-
Hello All, I need to know that is it possible to have both asp.net1.1 and asp.net2 working on same IIS same time? If yes then how? Actually i have two web application each supporting different versions of ASP.NET. I want to run them both on same IIS same time. And i am not yet successfull in this. Any suggestion? Mubashir
-
Hello All, I need to know that is it possible to have both asp.net1.1 and asp.net2 working on same IIS same time? If yes then how? Actually i have two web application each supporting different versions of ASP.NET. I want to run them both on same IIS same time. And i am not yet successfull in this. Any suggestion? Mubashir
-
You can run them on the same IIS, but not in the same application pool. Copy the default application pool to a new application pool, and put 1.1 applications in one pool and 2.0 applications in the other.
--- b { font-weight: normal; }