惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
D
Docker
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
H
Help Net Security
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
MongoDB | Blog
MongoDB | Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
SegmentFault 最新的问题
博客园 - 司徒正美
C
Check Point Blog
B
Blog
Y
Y Combinator Blog
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
F
Fortinet All Blogs
美团技术团队
D
DataBreaches.Net

博客园 - 大森林

startup oracle service 安装oracle 10g时,服务器的名字不能随意更改。 oracle 10g : ORA-12514: TNS:listener does not currently know of service requested in connect descriptor 重读几个故事 新的起点,新的追求,新的高度,新的目标,新的要求 when you gone 今年 我和你一样 理性度过婚姻磨合期 - 大森林 - 博客园 座谈会 益者三友,损者三友 高兴 淡定,从容 飞翔 鼓舞 想要做好老板先要懂得怎样留住员工[转] 馒头的日子 对工作内容的一点感觉
发布wcf service
大森林 · 2007-10-19 · via 博客园 - 大森林

 当发布wcf service 出现类似如下错误时,表示你的配置文件有问题:

This is a Windows© Communication Foundation service.

Metadata publishing for this service is currently disabled.

If you have access to the service, you can enable metadata publishing by completing the following steps to modify your web or application configuration file…

上面的错误指出:缺少Metadata 节点,因此我们可以在我们的wcf配置文件中添加Metadata 节点,并设置httpGetEnabled 属性为ture.