How can I publish my Web service? I have created a Web service using ASP.NET 2.0, and I want to try to publish it for free.

link|improve this question
feedback

migrated from stackoverflow.com Feb 26 '11 at 5:15

This question came from our site for professional and enthusiast programmers.

4 Answers

I don't know how good it is as you get what you pay for, but take a look at this:

http://www.asphost4free.com/

link|improve this answer
feedback

If it's for internal testing you could find a server with IIS configured to publish your service. I don't think there are any service providers that would host your service for free.

link|improve this answer
feedback

What did you build it with? Visual studio? If so you can use the server that comes with Visual Studio as a testing and debugging environment...otherwise you need to find a place to host and that isnt free.

link|improve this answer
feedback

Get and old PC with Windows, configure IIS and put your app there. Plug the PC into your router and configure the router to forward port 80 to your old PC / new server. Finally use dynamic DNS service to route a domain to your router. You are done - you have hosting for free.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown