如何在 IIS7 中托管 WCF 数据服务 (OData)?

发布于 2024-09-24 20:09:50 字数 93 浏览 7 评论 0原文

有谁知道如何在 IIS7 中托管 WCF 数据服务(或 OData)?我看到很多有关托管 WCF 的文章,但没有一篇专门针对 WCF 数据服务。

非常感谢。

Does anyone know how to host a WCF Data Service (or OData) inside IIS7? I'm seeing lots of articles about hosting WCF, but none specific to WCF Data Service.

Thank you very much.

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

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

发布评论

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

评论(2

剩一世无双 2024-10-01 20:09:50

在 IIS 中托管 WCF 数据服务实际上是默认选项。

这是一个非常简单的 3 步过程:

  1. 创建一个新的 WebApplication 项目(或重复使用现有项目)
  2. WCF 数据服务 添加到项目
  3. 部署到您的 IIS 服务器

步骤3 只是将 Web 应用程序部署到 IIS 的标准流程。

Hosting a WCF Data Service in IIS is actually the default option.

Its a pretty easy 3 step process:

  1. Create a new WebApplication project (or re-use an existing one)
  2. Add a WCF Data Service to the project
  3. Deploy to your IIS server

Step 3 is just the standard process for deploying a WebApplication to IIS.

暮光沉寂 2024-10-01 20:09:50

WCF 数据服务 只是一个 WCF (REST) 服务,添加了一些额外的开箱即用功能。

它有一个 *.svc 文件和所有- 它将与“常规”WCF REST 服务非常相似地托管。

因此,您看到的有关 WCF REST 的所有文章都应该真正适用于 WCF 数据服务 - 或者您是否在某些特定方面遇到了一些困难?

A WCF Data Service is just a WCF (REST) service, with some additional out-of-the-box functionality added in.

It has a *.svc file and all - it will be hosted very much the same as a "regular" WCF REST service.

So all the articles you see about WCF REST should really apply to WCF Data Services as well - or are you experiencing some difficulties with something specifically??

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