WCF service hosted in IIS 5.0 - http get methods not invoked through the browser

Posted by Dmitry on Stack Overflow See other posts from Stack Overflow or by Dmitry
Published on 2010-06-11T18:19:38Z Indexed on 2010/06/11 18:22 UTC
Read the original article Hit count: 261

Filed under:

I have service hosted in IIS5.0 and configured such way : **

      <behaviors>
        <endpointBehaviors>
  <behavior name="GalleriesBehavior">
 <webHttp/>
  </behavior>

** When I make request to http://localhost/sandboxWidget/Galleries.svc?Test ,the message I get is : "Metadata publishing for this service is currently disabled." and instructions how to expose meta data exchange...Tried this but doesn't help.. I can write any function name ,even not existing (http://localhost/sandboxWidget/Galleries.svc?blabla) ,but the message is same ....

I'm new to Wcf ,but what looks me strange is that ,the same application was working in my job environment ,but not on my home PC .... I have same VS2008,NET3.5 with service pack 1

© Stack Overflow or respective owner

Related posts about wcf