gpt4 book ai didi

c# - 在没有 .svc 文件的情况下创建 WCF 服务

转载 作者:太空狗 更新时间:2023-10-29 22:27:47 25 4
gpt4 key购买 nike

我在运行一些包含 wcf 服务的文件时遇到问题。该服务是在没有配置文件和 .svc 文件的情况下创建的。是否可以在没有 .svc 文件的情况下运行服务。这些是 2 个简单的 C# 类文件,它们具有完整的服务要求,例如服务契约(Contract)和操作契约(Contract)。

我试过从另一个类调用它,但它给出了这个错误:“无法直接启动输出类型为类库的项目”

我的问题是:service.svc 文件有必要吗?

最佳答案

如果您不在 IIS 中托管您的服务,则不需要 .svc。 IIS 中.svc 的原因是:

WCF services hosted in IIS are represented as special content files (.svc files) inside the IIS application. This model is similar to the way ASMX pages are represented inside of an IIS application as .asmx files. A .svc file contains a WCF-specific processing directive (@ServiceHost) that allows the WCF hosting infrastructure to activate hosted services in response to incoming messages.

关于c# - 在没有 .svc 文件的情况下创建 WCF 服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9581881/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com