upgrade to .net 2.0 framework

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

Guest

I have a MS 2003 server currently running .net 1.1 and was considering
installing .net 2.0 onto the server without uninstalling 1.1, so that I can
run them side by side. I guess this is still feasable. Anyway, I'm wondering
if by installing .net 2.0 if it will break any of my .net 1.1 web
applications? Is there any way in IIS to tell what version of the .net
framework that each individual website should use?

TIA...
 
Hello Mike,

M> I have a MS 2003 server currently running .net 1.1 and was
M> considering installing .net 2.0 onto the server without uninstalling
M> 1.1, so that I can run them side by side. I guess this is still
M> feasable.

Yes
M> Anyway, I'm wondering if by installing .net 2.0 if it will
M> break any of my .net 1.1 web applications?

No
M > Is there any way in IIS to tell what version of the .net framework that
each individual website
M> should use?

Yes. There is a "ASP.net" tab in the virtual folder properties where you
can specify which version of asp.net handles you site

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top