April 2003
Intermediate to advanced
1040 pages
25h 22m
English
Create a setup program that installs a Windows service, a serviced component, a .NET Remoting object, and an XML Web service.
Configure client computers and servers to use a Windows service, a serviced component, a .NET Remoting object, and an XML Web service.
You can deploy a Web service on a Web server in a variety of ways:
By manually copying the files
By using the Copy Project command of Visual Studio .NET
By using the Windows Installer package created with the Visual Studio .NET Web setup project
I'll present each of these techniques in the following subsections.
Deploying a Web service by manually copying the files is a four-step process:
1. |
Build the Web service ... |
Read now
Unlock full access