wcf 并将信息插入 web.config
为什么 WCF 不将有关我的服务的基本信息插入到 web.config 中?有办法做到这一点吗?
我说的是当你向项目资源管理器添加 wcf 服务时
Why does WCF not insert basic information about my service into the web.config? Is there a way to make it to that?
I'm talking about when you add a wcf service to project explorer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以使用 SvcConfigEditor 来配置您的服务或客户端。它有一个更好(但远非完美)的用户界面,可以帮助您快速前进。
You can always use SvcConfigEditor to configure your services or clients. This has a nicer (but far from perfect) UI which can help you going quickly.