how to obtain a web services development environment on win2k

  • Thread starter Thread starter Michiel
  • Start date Start date
M

Michiel

Which MSDN CD's exactly must I install to obtain a web services
development environment (e.g. with C#) on my Win2k laptop. Presumably
Visual Studio .NET, but what version exactly? And what else? We have
an MSDN subscription so everything is here probably but no-one has so
far been able to tell me exactly what to install as a minimum.

Thanks for any help, regards, Michiel
 
The minimum you need to install for web services development if the .NET
framework runtime as ou can write webserices in notepad, as you can asp.net
pages. You may find that the SDK is somewhat beneficial if you wish to
develop local clients to interact with your webserviceson the server - but
its not essential for running or writing a webservice. VS.NET is not a
server requirement, and should never be installed on a server.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top