Using Windows 7 64 bit. I'm trying to create a subscription / synchronize to a Distributor / Publisher on my same dev machine in code using the SqlCeReplication object (like sample code at bottom of
this page). I've pushed past ~ 15 difficult errors, but the current error is a dead end. The error is:
IIS Error 405 HTTP_STATUS_BAD_METHOD: The HTTP verb used is not allowed.
When I hit the URL to my sqlcesa35.dll, it prompts to open/download the file, so it would seem that it is configured correctly. I've added the verbs GET, POST, HEAD, PUT, DELETE under request filtering for the web site in IIS. I tried to run
a network capturing tool to see what verb it's using, but I couldn't seem to get that working correctly.
What verb is it talking about?