Click here to Skip to main content
15,901,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
I want to host my asp.net web service in web server. can anybody tell me the procedure to host the web service.
Posted

I assume you are talking about Wcf service if so then please have a look Host your WCF service with multiple host environment using multiple protocol[^]
and also
Wcf Service Deployment[^]
at least 221 results from the codeproject search Wcf Service Deployment[^]

Note: Research with the problem by self also another kind of learning curve and that is much better than anything else, I believe.

Hope it helps :)
 
Share this answer
 
It's no different than hosting a website. Copy the site to the root of the web server (or any desired subfolder thereof), configure the folder as an application in IIS (right click, Properties, Create Application or something of that nature)
 
Share this answer
 
Similar question answered here: How to Publish webService in asp.net 3.5[^]
 
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