发布 WCF 应用程序

发布于 2024-11-05 15:23:37 字数 248 浏览 0 评论 0原文

我对 WCF 有点陌生。我在本地计算机上创建了一个 WCF 服务,它已发布到我的 C:\ 驱动器上的 inetpub 目录。

我应该让它在另一台机器上运行以进行问答。它正在运行 Win Server 2003,但我没有看到 inetpub 目录。我可以将 WCF 发布到这台计算机吗?或者我需要安装某种 Web 服务吗?

有一个“wmpub”目录,我应该在那里发布我的 WCF 吗?

感谢您的任何/所有帮助!

-杰森

I'm a little new to WCF. I've created a WCF service on my local machine, it's published to the inetpub directory on my C:\ drive.

I'm supposed to have it running on another machine for Q/A. It's running Win Server 2003, but I don't see an inetpub directory. Can I publish my WCF to this machine, or do I need to install some sort of web services?

There is a 'wmpub' directory, should I just publish my WCF there?

Thanks for any/all help!

-Jason

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

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

发布评论

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

评论(3

无所谓啦 2024-11-12 15:23:37

您的 Windows 似乎缺少 IIS

请查看此处

Your windows seems to be missing IIS.

Have a look here.

征棹 2024-11-12 15:23:37

您可以选择放置它的位置,这是配置问题。

最好的选择是使用 WebDeploy 打包 WCF 服务,然后在目标服务器上运行该包。

这非常简单,您可以直接从 Visual Studio 2010 中构建部署包。请查看 http://www. iis.net/download/WebDeploy 了解更多信息。

You can choose where you put it, it's a matter of configuration.

Your best bet would be to package the WCF service with WebDeploy, then run that package on the target server.

It's very easy and you can build your deployment package straight from within Visual Studio 2010. Check out http://www.iis.net/download/WebDeploy for more.

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