Running .Net 2003 and 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of any issues running VS.NET 2003 and 2005 on the same PC ?
I have active apps running in ASP.NET 2003 with crystal report and dont want
the site to break. Thanks !!
 
I've ran with that configuration before.
It's no problem at all.
 
Does anyone know of any issues running VS.NET 2003 and 2005 on the same PC ?
I have active apps running in ASP.NET 2003 with crystal report and dont want
the site to break. Thanks !!

For me it works just fine
 
No issues, except when creating new Project you might have to manually set
correct version of .NET it should be running under with IIS Management
tool.


Also you need to create new Pool for different versions of .NET again using
IIS Management console.
George.
 
The only potential issue I know of is having to set up separate application
pools in IIS for each version.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
 
Hello danstdotnet,

Make sure that your set the desired ASP.NET version into the VirtualFolder
properties and Pool

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

d> Does anyone know of any issues running VS.NET 2003 and 2005 on the
d> same PC ? I have active apps running in ASP.NET 2003 with crystal
d> report and dont want the site to break. Thanks !!
d>
 
We run both where I work and the only issues we have is with the App
Pools. You just need to make sure you create at least 1 for each
ASP.Net version. Sometimes I find that if you assign the wrong AppPool
to the wrong version it can bring down all sites that have conflicting
app pools.

Erik Roessing
 
Back
Top