G
George Durzi
My production environment is running my web application using v1.0 of the
..NET Framework. I've upgraded my development environment to v1.1 and Visual
Studio 2003. At this time, my project doesn't use any v1.1 specific
features.
I've made updates to my application, and need to re-deploy it to my
production server.
Should I:
1. Upgrade my production server
- Install v1.1 on my production server
- Copy over the new bin and code to the production server
- Specify for my web application to use v1.1 by
- going to WindowsDirectory\Microsoft.NET\Framework\v1.1.4322\
- aspnet_regiis -sn W3SVC/1/ROOT/myWebApp
- source for this is KB Article http://support.microsoft.com/?id=820106
OR
2. Do not upgrade production server
- Copy over new bin and code to the production server
- Specify for my web application to use v1.0 by
- going to WindowsDirectory\Microsoft.NET\Framework\v1.0.3705\
- aspnet_regiis -sn W3SVC/1/ROOT/myWebApp
Will #2 work? My assumption is that since my code doesn't use v1.1 features,
that it should. I wanted to verify my assumption first. Thanks!!
..NET Framework. I've upgraded my development environment to v1.1 and Visual
Studio 2003. At this time, my project doesn't use any v1.1 specific
features.
I've made updates to my application, and need to re-deploy it to my
production server.
Should I:
1. Upgrade my production server
- Install v1.1 on my production server
- Copy over the new bin and code to the production server
- Specify for my web application to use v1.1 by
- going to WindowsDirectory\Microsoft.NET\Framework\v1.1.4322\
- aspnet_regiis -sn W3SVC/1/ROOT/myWebApp
- source for this is KB Article http://support.microsoft.com/?id=820106
OR
2. Do not upgrade production server
- Copy over new bin and code to the production server
- Specify for my web application to use v1.0 by
- going to WindowsDirectory\Microsoft.NET\Framework\v1.0.3705\
- aspnet_regiis -sn W3SVC/1/ROOT/myWebApp
Will #2 work? My assumption is that since my code doesn't use v1.1 features,
that it should. I wanted to verify my assumption first. Thanks!!