Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,

I want to deploy my new web services and its associated pages in the server.
what all are the steps need to be followed..

kindly help me out with this.
Posted
Updated 4-Sep-13 21:44pm
v2

1. Create the Directory (e.g webservice_dir) under your root Directory (e.g. wwwroot) on Hosting Server.

2. Create Virtual Directory(e.g. webservices) pointing to newly created Dictionary (in this case webservice_dir)

3. Upload Your web service(in this case web service bin folder, PrecompiledApp.config,web.config,*.asmx, .sln) to Virual Directory (in this case webservices).

4. Restart the web service.

5. In Visual Studio remove local web references.

6. Add web references from hosted web sites Virual Directory(in this case http://<domain name="">/webservices).

7.Rebuild the web site.

8. And upload web site to hosting environment.

9.Done
 
Share this answer
 
I Hope visiting the following link will help you in solving your query...


.NET application deployment[^]



:)
 
Share this answer
 

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