日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > windows >内容正文

windows

Windows Live Writer 配置报407 Proxy Authentication Required错误

發布時間:2023/12/15 windows 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Windows Live Writer 配置报407 Proxy Authentication Required错误 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

在Windows 7 專業版上面安裝Windows Live Writer后(版本號:14.0.8117.416),配置博客服務過程中報錯(如下圖所示)

?

?

?

錯誤信息為:407 Proxy Authentication Required(The ISA Server requires authorization to fullfill the request. Access to the Web Proxy filter is denied)

剛開始我懷疑是博客園的http://www.cnblogs.com/kerrycode/services/metaweblog.aspx服 務認證問題,結果我在IE輸入上面URL時,可以訪問服務,后來在Google搜索了下,終于發現了問題的癥結所在:由于機器使用Windows身份驗證 協議,Windows Live Writer無法連接到博客,因此當我們設置博客的服務時,就會報上述錯誤。解決方法如下所示:

步驟1:首先找到你的Live Writer的安裝目錄,我的安裝目錄為:C:\Program Files (x86)\Windows Live ,然后找到Writer目錄下的文件“WindowsLiveWriter.exe.config”

<configuration>

???? <startup>

??? <supportedRuntime version="v2.0.50727"/>

? </startup>

? <runtime>

??? <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

????? <probing PrivatePath="Plugins"/>

????? <dependentAssembly>

??????? <assemblyIdentity

name="WindowsLive.Writer.Api"

publicKeyToken="31BF3856AD364E35" />

??????? <bindingRedirect oldVersion="1.0.0.0"

newVersion="1.1.0.0" />

????? </dependentAssembly>

??? </assemblyBinding>

? </runtime>

</configuration>

步驟二:在WindowsLiveWriter.exe.config里面加上下面信息:

??? <system.net>

???????? <defaultProxy enabled="true" useDefaultCredentials="true">??? </defaultProxy>

???? </system.net>

如下所示:

<configuration>

???? <system.net>

???????? <defaultProxy enabled="true" useDefaultCredentials="true">??? </defaultProxy>

???? </system.net>

???? <startup>

??? <supportedRuntime version="v2.0.50727"/>

? </startup>

? <runtime>

??? <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

????? <probing PrivatePath="Plugins"/>

????? <dependentAssembly>

??????? <assemblyIdentity

name="WindowsLive.Writer.Api"

publicKeyToken="31BF3856AD364E35" />

??????? <bindingRedirect oldVersion="1.0.0.0"

newVersion="1.1.0.0" />

????? </dependentAssembly>

??? </assemblyBinding>

? </runtime>

</configuration>

步驟3:重新啟動Windows Live Writer,然后配置博客,問題解決。

總結

以上是生活随笔為你收集整理的Windows Live Writer 配置报407 Proxy Authentication Required错误的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。