Okay, so you blank out the endpoint address in the Web.config file and the 405 errors go away.
<endpoint address=""
binding="basicHttpBinding"
bindingConfiguration="Bind1"
contract="Orthogonal.PhotoManager.PhotoService.IService1">
Now I'm back to NotFound errors on the Silverlight 4 client with no clue as
to what's wrong. I'll have to write a non-Siliverlight client to call the
service and see what's going wrong.
Greg
