简体   繁体   English

在服务器上托管SOAP Web服务

[英]Host a SOAP web service on a server

I have a SOAP web service code (.asmx) created using VS.NET 2008 which I plan to host on a web server. 我有一个使用VS.NET 2008创建的SOAP Web服务代码(.asmx),我计划将其托管在Web服务器上。 I am unaware and completely new to the term 'hosting' . 对于“托管”一词,我并不了解,也并不陌生。 My question is whether there are any free and limited period web hosting services that offer me to host a .asmx web service having Microsoft SQL Server 2008 as backend. 我的问题是,是否有任何免费和有限期限的网络托管服务可以使我托管以Microsoft SQL Server 2008为后端的.asmx网络服务。 If yes, what should the approach be from my side ? 如果是的话,从我这方面来看应该采取什么方法? Should I the upload the .asmx code or the entire VS.NET project ? 我应该上传.asmx代码还是整个VS.NET项目? I am working on localhost at present. 我目前在本地主机上工作。

Thanks 谢谢

This describes how to deploy ASMX web services: 这描述了如何部署ASMX Web服务:

http://msdn.microsoft.com/en-us/library/6x71sze4(v=VS.90).aspx http://msdn.microsoft.com/zh-CN/library/6x71sze4(v=VS.90).aspx

You'll need to find a web host that supports IIS and ASP.NET. 您需要找到一个支持IIS和ASP.NET的Web主机。 I'm not aware of any free hosts that support server side scripts and SQL databases. 我不知道任何支持服务器端脚本和SQL数据库的免费主机。 One of the cheapest options that I've used in the past is GoDaddy, which should satisfy all your needs. 我过去使用过的最便宜的选择之一是GoDaddy,它应该可以满足您的所有需求。

You can test locally if you install IIS 7, available through the web platform installer: 您可以在本地测试是否安装了IIS 7,可通过Web平台安装程序进行安装:

http://www.microsoft.com/web/downloads/platform.aspx http://www.microsoft.com/web/downloads/platform.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM