无法使用WordpressSharp和XmlRpc发布Post到WordPress

时间:2016-08-29 20:01:10

标签: c# wordpress

我正在使用WordPressSharp通过C#

向我的Wordpress网站发布帖子

我的wordpress网站托管在我的vps(windows server 2008)

我在以下链接中使用了示例代码

http://abrudtkuhl.github.io/WordPressSharp/

它在本地pc上成功运行

但在我的vps(Windows Server 2008)中测试时

发生错误:  :CookComputing.XmlRpc.XmlRpcServerException:未找到    在CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req,WebResponse webResp,Stream respStm)    在CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj,MethodInfo mi,Object []参数)    在XmlRpcProxy82ec7367-bf26-457b-abee-0249da5fadb3.NewPost(Int32 blog_id,String username,String password,Post_Put post)    在WordPressSharp.WordPressClient.NewPost(帖子发布)

我关闭了防火墙,但问题没有解决

我需要一个解决我的问题的方法

谢谢

1 个答案:

答案 0 :(得分:0)

我找到解决方案

基本网址中的

必须使用IP no site url

http://ip/xmlrpc.php