Registration free hosting for ASP.NET web service

Posted by Andrew on Programmers See other posts from Programmers or by Andrew
Published on 2012-07-19T14:04:46Z Indexed on 2012/08/30 9:50 UTC
Read the original article Hit count: 276

Filed under:
|
|
|

I've built a simple ASP.NET web service, tested it locally and would like to test it when externally hosted.

Are there free hosting services available where I can just upload the assembly and service description file and test it straight away. Without registering the account, etc.

My service does not do anything malicious and I am ok to run it in a restricted (security sandbox, bandwith, calls per second, etc) environment? I have heard about appharbor.com but it looks like an overkill to test a simple web service.

© Programmers or respective owner

Related posts about testing

Related posts about web-services