Effect of .NET 2.0, 3.0 on 1.1 Web Service

  • Thread starter Thread starter John Bailo
  • Start date Start date
J

John Bailo

I have a web service running under .NET 1.1 on a Windows 2003 server.

This server is also running SharePoint services 2.0

I want to upgrade it to SharePoint services 3.0

Part of that requirement is updating to .NET 2.0 and then to some .NET
3.0 components.


How will updating to .NET 2.0 affect my web service which was written in
..NET 1.1 ?
 
John Bailo said:
I have a web service running under .NET 1.1 on a Windows 2003 server.

This server is also running SharePoint services 2.0

I want to upgrade it to SharePoint services 3.0

Part of that requirement is updating to .NET 2.0 and then to some .NET 3.0
components.


How will updating to .NET 2.0 affect my web service which was written in
.NET 1.1 ?

No effect. Of course, if you want to also upgrade the web service, you are
free to do that, but there is no restriction on running two apps on the same
machine that consume different versions of the framework.


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
 
Nick said:
No effect. Of course, if you want to also upgrade the web service, you are
free to do that, but there is no restriction on running two apps on the same
machine that consume different versions of the framework.

Thanks!

I went ahead with the update and confirmed that.

WSS 3.0 is also a very worthwhile update, BTW.
 
Back
Top