在 IIS 和/或 WAS 中安装和验证 WCF 服务

发布于 2025-01-05 12:28:38 字数 617 浏览 1 评论 0原文

我认为部署服务只需在 IIS 下的托管目录中安装 .svc 文件和关联的二进制文件,如下所述 (IIS):

http://msdn.microsoft.com/en-us/library/ms733766.aspx

和此处 (WAS):

http://msdn.microsoft.com/en-us/library/ms733109.aspx

两个问题:

  1. 使用 BasicHttpBinding 时,对于较新 (>= 7.0) 版本的 IIS,这两种情况之间有什么区别吗?

  2. 有什么方法可以查看/测试 IIS 中托管的 WCF 服务吗? IIS 有这个漂亮的 UI,但据我所知,您必须查看 web.config 并使用 wcftestclient 测试服务,或者使用浏览器查看在任何给定点是否一切正常。

I gather there is nothing more to deploying services than installing the .svc file and associated binaries in a hosted directory under IIS, as described here (IIS):

http://msdn.microsoft.com/en-us/library/ms733766.aspx

and here (WAS):

http://msdn.microsoft.com/en-us/library/ms733109.aspx

Two questions:

  1. Is there any difference at all between these two scenarios for newer (>= 7.0) versions of IIS when using BasicHttpBinding?

  2. Is there any way to view/test the WCF services hosted from within IIS? IIS has this nice UI but as far as I can tell, you have to look at web.config and test the services using wcftestclient or use a browser to see if everything is working at any given point.

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

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

发布评论

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

评论(1

平定天下 2025-01-12 12:28:38

在不同版本的 IIS 中使用 BasicHttpBinding 没有区别。
据我所知,IIS 中没有测试功能(TestWcfClient、unittests,...)

There is no difference when using BasicHttpBinding in different versions of IIS.
As far as I know there is no testing capability in IIS (TestWcfClient, unittests, ....)

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