WCF service hosted in IIS 5.0 - http get methods not invoked through the browser
- by Dmitry
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