In the process of developing my first WCF service and when I try to use it I get \"Method not Allowed\" with no other explanation.
I\'ve got my interface set up wit
It sounds like you're using an incorrect address:
To access the Service I enter http://localhost/project/myService.svc/FileUpload
Assuming you mean this is the address you give your client code then I suspect it should actually be:
http://localhost/project/myService.svc