The applications from VS2005 and 2003 can run on the machine?

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I have two web applicaitons, one developed with VS2005, one with VS2003.
Can these two applicaton can run on the some server?
 
Yup. They are written with 2 version of the .Net Framework, which both live
side by side on your machine.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Sure they can.

You'll have to run them in different Application Pools, though.

All 1.1 apps will have to run in one AppPool,
and all 2.0 apps will have to run in a different AppPool.




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

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

Back
Top