Visual Studio 如何在本地运行 Web 服务?

发布于 2025-01-03 13:51:22 字数 231 浏览 1 评论 0原文

我正在从 WCF 服务应用程序开发 Web 服务,并运行 Visual Studio 2010 Pro 并引用 Visual Studio 从 Windows 窗体创建的 localhost:/项目相同的解决方案。

Visual Studio如何在不安装Web服务的情况下在本地运行Web服务?我可以使用相同的方法部署我的 Web 服务吗?

I am developing a web service from a WCF service application, and I run Visual Studio 2010 Pro and reference the localhost:<port>/<service> created by Visual Studio from my Windows Forms project at the same solution.

How can Visual Studio run the web service locally without installing the web service? Can I deploy my web service using the same method?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不爱素颜 2025-01-10 13:51:22

Visual Studio 有一个内置的 ASP.NET 开发服务器。

您不能这样部署您的服务 - 为了让您的客户端使用您的 Web 服务,您必须首先设置一个 Web 服务器(例如 IIS)。

尽管可以使用 ASP.NET 开发服务器将 Web 服务公开给其他方,但这并不是保持这种状态的好方法。它仅用于开发。

Visual Studio has a built in ASP.NET development server.

You can't deploy your service like that - in order for your clients to use your web service you must first set up a web server (like IIS, for instance).

Although it is possible to expose your web service to other parties using the ASP.NET development server, it's not a good approach to keep it that way. It is meant solely for development.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文