Running .net 2.0 and .net 1.0 on same system: OK or Not OK

I have developed web services in .net 2.0 and I need to know if it would be wise to deploy those services to a server currently running .net 1.0 web services. I would of course have to install the .net 2.0 framework on the server. My concern is that .net 1.0 services might not work properly after installing the .net 2.0 framework or the .net 2.0 services might not work in that environment. I am interested if anyone has any experience or advice for this situation.

Thanks in advance.

Bob

[524 byte] By [trebor73] at [2007-12-22]
# 1

you can install the framework side by side without issues.

I have done this, as well as many people, and it works very well. The framework/Clr/runtime will automatically load the correct version of the framework for the webservice/application to run.

ahmedilyas at 2007-8-30 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 2

ahmedilyas,

Thanks for your quick response. I've proceded with installing .net 2.0 on a test server running .net 1.0 web services and everything seems to work fine.

Bob

trebor73 at 2007-8-30 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 3

excellent, and thats the way it should be - testing on a test environment before doing a rollout ;-)

good luck!

ahmedilyas at 2007-8-30 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified