Effect of .NET 2.0, 3.0 on 1.1 Web Service

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 ?
 
N

Nick Malik [Microsoft]

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.
--
 
J

John Bailo

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top