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错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: LOL状态栏表情怎么输?状态栏输入表情方
- 下一篇: 通过vsphere client创建虚拟