在服务器上托管 SOAP Web 服务
我有一个使用 VS.NET 2008 创建的 SOAP Web 服务代码 (.asmx),我计划将其托管在 Web 服务器上。我不知道并且对“托管”一词完全陌生。我的问题是是否有任何免费且限期的 Web 托管服务可以让我托管以 Microsoft SQL Server 2008 作为后端的 .asmx Web 服务。如果是,我这边应该采取什么方法?我应该上传 .asmx 代码还是整个 VS.NET 项目?我目前正在本地主机上工作。
谢谢
I have a SOAP web service code (.asmx) created using VS.NET 2008 which I plan to host on a web server. 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. If yes, what should the approach be from my side ? Should I the upload the .asmx code or the entire VS.NET project ? I am working on localhost at present.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这描述了如何部署 ASMX Web 服务:
http:// /msdn.microsoft.com/en-us/library/6x71sze4(v=VS.90).aspx
您需要找到支持 IIS 和 ASP.NET 的 Web 主机。我不知道有任何免费主机支持服务器端脚本和 SQL 数据库。我过去使用过的最便宜的选择之一是 GoDaddy,它应该可以满足您的所有需求。
如果您安装了 IIS 7,则可以在本地进行测试,可通过 Web 平台安装程序获取:
http:// www.microsoft.com/web/downloads/platform.aspx
This describes how to deploy ASMX web services:
http://msdn.microsoft.com/en-us/library/6x71sze4(v=VS.90).aspx
You'll need to find a web host that supports IIS and ASP.NET. I'm not aware of any free hosts that support server side scripts and SQL databases. One of the cheapest options that I've used in the past is GoDaddy, which should satisfy all your needs.
You can test locally if you install IIS 7, available through the web platform installer:
http://www.microsoft.com/web/downloads/platform.aspx