Is it safe to install dotnet 3.5 on an IIS server running a dotnet 1.1 web application?
Posted
by MGOwen
on Server Fault
See other posts from Server Fault
or by MGOwen
Published on 2010-05-10T07:10:48Z
Indexed on
2010/05/10
7:15 UTC
Read the original article
Hit count: 463
If I recall correctly, this is fine, the different versions coexist peacefully, but I just want to double-check there's no possibility of problems (I'm installing the newer version of the .net framework on an older production server in preparation for upgrading a critical asp.net 1.1 app to 3.5 in the near future).
© Server Fault or respective owner