Publishing a web service

israel

Newcomer
Joined
Aug 5, 2004
Messages
17
I'm working with visual studio 2003 and I want to publish my web service to a remote server running windows 2003 server, does anyone know how to do that?
 
israel said:
I'm working with visual studio 2003 and I want to publish my web service to a remote server running windows 2003 server, does anyone know how to do that?

Yes, I do it all the time

Open VS.Net, select File/New/Project
Select Setup and Deployment Projects, then select the wizard

Personally, I group by deplyment projects separately from my web pages so that I have no trouble giving them the same name

Select Next, then Create a Setup for a Web Application

Select the .asmx file from your web service and complete the project

In the open project you can add the bin folder and any ini's you might be using
 
Back
Top