Configure Open Live Writer to weblogs.asp.net

I have not blogged for a while. When I opened my Open Live Writer, I got error with https://weblogs.asp.net/lichen/xmlrpc.

I searched the web. Most blogs were still referencing the xmlrpc url which no longer exists.

Fortunately, Fixing is easy. Just Add Account and select “Other services”

livewriter1

On the next screen, enter the url of the blog (without xmlrpc).

livewriter2

Open Live Writer and Orchard are smart enough to figure out the rest. This is certainly an improvement over the earlier versions.

If you are curious on how Open Live Writer figured out the post API endpoint, which view the source of your web page and you will see the following lines in the header:

<link href="https://weblogs.asp.net/lichen/XmlRpc/LiveWriter/Manifest" rel="wlwmanifest" type="application/wlwmanifest+xml" />
<link href="https://weblogs.asp.net/lichen/rsd" rel="EditURI" title="RSD" type="application/rsd+xml" />

No Comments