How can I make a website support Windows Live Writer?

778 Views Asked by At

I'm developing a custom website and I want it to support Windows Live Writer. Where can I find the specs so I can develop the server side code and handle Windows Live Writer requests?

2

There are 2 best solutions below

0
On BEST ANSWER
0
On

Windows Live Writer uses XML-RPC to communicate with blog sites. See this post from Scott Hanselman for info on how to implement a website which can handle XML-RPC and Windows Live Writer. Mads Kristensen has also written a mini blog engine using the ideas in the Hanselman post and it supports Windows Live Writer.