Skip to content

Instantly share code, notes, and snippets.

@james-dibble
Created April 17, 2014 16:55
Show Gist options
  • Save james-dibble/10997767 to your computer and use it in GitHub Desktop.
Save james-dibble/10997767 to your computer and use it in GitHub Desktop.
XML-RPC HttpHandler Config
<configuration>
<system.webServer>
<handlers>
<add name="MetaWebLogHandler" verb="POST,GET" type="MetaWeblogService" path="/metaweblog" />
</handlers>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment