I wrote a webservice (*.asmx) and I want to host it for free. Couldn't find a website that alows web service hosting.
Does someone know of such ?
|
I wrote a webservice (*.asmx) and I want to host it for free. Couldn't find a website that alows web service hosting. Does someone know of such ? |
|||||
|
ASMX web services are hosted in ASP.NET applications. So don't look for a hosting provider for web services as such thing doesn't exist, look for a hosting provider of ASP.NET applications. Also ASMX web services are totally deprecated technology now and basing new development on them would be simply put: wrong decision. Their replacement is WCF. |
|||||||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.