Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to deploy webservices on server,

so we can use as a public web services.
Posted
Comments
dan!sh 28-Jan-13 4:05am    
Read about deploying web services on MSDN.
vinayraghavendra.hs 28-Jan-13 4:33am    
This link may help you
http://msdn.microsoft.com/en-us/library/4t8yfwk0(v=vs.71).aspx

1 solution

I believe that, this should be sufficient for you:

The simplest means of deploying (assuming permissions and network connectivity) is to right-click the project in Visual Studio and select publish. You can publish to a folder that you've already set up as a virtual directory[^].
 
Share this answer
 
Comments
DINESH K MAURYA 28-Jan-13 5:59am    
Dear Amy, i want to use like weather services or new services which use in our application and i want to use it on server not local machine..
_Amy 28-Jan-13 6:03am    
Follow the steps below:
1. Publish your webservice in your local machine.
2. XCopy the output of the publish folder to the dedicated server.
3. Create a virtual directory on the server where the output files are copied.
4. Make changes to your config file & ensure the right DB & other server names are used.
For more information you can look up How to deploy an ASP.NET Web application using Xcopy deployment[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900