C
Cramer
I have been maintaining an ASP.NET 1.1 application for several years. It has
a lot going on (i.e., isn't a trivial system). Anyway, we just moved it to a
new server for which I requested the Framework 1.1 (with the 1.1 SP1) be
installed. Some bonehead in the server group went and installed both the 1.1
and the 2.0 versions of the Framework instead of just the 1.1. Framework
with the the 1.1 service pack 1. My understanding is that the server now has
two side-by-side copies of the .NET Framework running - the 1.1 and the 2.0
versions.
Questions:
1. How can I determine if my app is running against 1.1 (or force it to do
so)? I know that 2.0 should be able to run 1.1 apps, but I haven't tested
the app with 2.0.
2. What about the 1.1 service pack 1. Am I correct in thinking that
installing the 2.0 Framework does NOT patch the 1.1 installation, and we
still need to install the 1.1 service pack 1 in order to patch the 1.1
installation?
3. To be "safe", should we uninstall the 2.0 version of the Framework, being
that this non trivial 1.1 app has never been tested against the 2.0
Framework?
Thanks.
a lot going on (i.e., isn't a trivial system). Anyway, we just moved it to a
new server for which I requested the Framework 1.1 (with the 1.1 SP1) be
installed. Some bonehead in the server group went and installed both the 1.1
and the 2.0 versions of the Framework instead of just the 1.1. Framework
with the the 1.1 service pack 1. My understanding is that the server now has
two side-by-side copies of the .NET Framework running - the 1.1 and the 2.0
versions.
Questions:
1. How can I determine if my app is running against 1.1 (or force it to do
so)? I know that 2.0 should be able to run 1.1 apps, but I haven't tested
the app with 2.0.
2. What about the 1.1 service pack 1. Am I correct in thinking that
installing the 2.0 Framework does NOT patch the 1.1 installation, and we
still need to install the 1.1 service pack 1 in order to patch the 1.1
installation?
3. To be "safe", should we uninstall the 2.0 version of the Framework, being
that this non trivial 1.1 app has never been tested against the 2.0
Framework?
Thanks.