开发者

WCF not generating the ASP.NET web.config nodes (bindings, endpoints)

I have a WCF Service with my contracts and everything working well, and I wanted to reference on the WebSite project, but the bindinds nodes are not being created inside the Web.Config.

It should be something like:

<system.ServiceModel>
  <services/>
  <bindings/>
</system.ServiceModel>

But not even the <system.ServiceModel> is created

开发者_开发技巧I'm using Visual Studio 2008, and I've already rebooted it, but still didn't work.

UPDATE: Found the solution in another question - Could not find default endpoint element

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜