I'm trying to expose a webHttpBinding EndPoint using Framework 4.0.
<endpoint address="web" binding="webHttpBinding" contract="MyContract"/>
However, when browsing using WFC Test Client, I see nothing. If I change my Framework target to 3.5, it works fine.
Is there something different in 4.0 to get this to work?