久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='lh14Q'></tfoot>
    <i id='lh14Q'><tr id='lh14Q'><dt id='lh14Q'><q id='lh14Q'><span id='lh14Q'><b id='lh14Q'><form id='lh14Q'><ins id='lh14Q'></ins><ul id='lh14Q'></ul><sub id='lh14Q'></sub></form><legend id='lh14Q'></legend><bdo id='lh14Q'><pre id='lh14Q'><center id='lh14Q'></center></pre></bdo></b><th id='lh14Q'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='lh14Q'><tfoot id='lh14Q'></tfoot><dl id='lh14Q'><fieldset id='lh14Q'></fieldset></dl></div>
    <legend id='lh14Q'><style id='lh14Q'><dir id='lh14Q'><q id='lh14Q'></q></dir></style></legend>
      <bdo id='lh14Q'></bdo><ul id='lh14Q'></ul>

      <small id='lh14Q'></small><noframes id='lh14Q'>

      1. ASP.NET 異常:無法解析遠(yuǎn)程名稱:“apiconnector.com&q

        ASP.NET Exception: The remote name could not be resolved: #39;apiconnector.com#39;(ASP.NET 異常:無法解析遠(yuǎn)程名稱:“apiconnector.com)
        <i id='kWwpz'><tr id='kWwpz'><dt id='kWwpz'><q id='kWwpz'><span id='kWwpz'><b id='kWwpz'><form id='kWwpz'><ins id='kWwpz'></ins><ul id='kWwpz'></ul><sub id='kWwpz'></sub></form><legend id='kWwpz'></legend><bdo id='kWwpz'><pre id='kWwpz'><center id='kWwpz'></center></pre></bdo></b><th id='kWwpz'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='kWwpz'><tfoot id='kWwpz'></tfoot><dl id='kWwpz'><fieldset id='kWwpz'></fieldset></dl></div>

          <small id='kWwpz'></small><noframes id='kWwpz'>

            <tbody id='kWwpz'></tbody>
            • <bdo id='kWwpz'></bdo><ul id='kWwpz'></ul>
                <legend id='kWwpz'><style id='kWwpz'><dir id='kWwpz'><q id='kWwpz'></q></dir></style></legend>
                <tfoot id='kWwpz'></tfoot>

                  本文介紹了ASP.NET 異常:無法解析遠(yuǎn)程名稱:“apiconnector.com"的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  正如標(biāo)題所示,我從 ASP.NET 頁面得到以下異常

                  As the title suggests, I'm getting the following exception from an ASP.NET page

                  無法解析遠(yuǎn)程名稱:'apiconnector.com'

                  The remote name could not be resolved: 'apiconnector.com'

                  但是我可以從瀏覽器導(dǎo)航到這個(gè)地址,所以我知道它是可以訪問的.

                  I can however navigate to this address from a browser, so I know it's accessible.

                  為什么 ASP.NET 不能導(dǎo)航到這個(gè)地址?

                  Why can't ASP.NET navigate to this address?

                  我如何準(zhǔn)確地導(dǎo)航"?

                  好的,基本上我已經(jīng)導(dǎo)入了一個(gè) WSDL 作為服務(wù)參考.我所做的只是從服務(wù)引用中調(diào)用方法.它是執(zhí)行實(shí)際導(dǎo)航的服務(wù)引用.

                  Ok so basically I've imported a WSDL as a service reference. All I am doing is calling the methods from the service reference. It's the service reference that does the actual navigation.

                  服務(wù)參考配置包含以下 XML

                  Service reference configuration contains the following XML

                    <endpoints>
                      <endpoint ... address="http://apiconnector.com/API.asmx" ... />
                    </endpoints>
                  

                  推薦答案

                  在一位同事的幫助下,我終于設(shè)法完成了這項(xiàng)工作.該問題僅在特定條件下發(fā)生,就我而言,這是在我的開發(fā)機(jī)器上作為公司域的一部分.該域使用代理服務(wù)器來管理 Web 請(qǐng)求/響應(yīng).事實(shí)證明,我們的代理服務(wù)器正在阻止來自 apiconnector.com 的響應(yīng)因此出現(xiàn)異常;除此之外,我們還必須調(diào)整 Internet Explorer 中的代理設(shè)置,因?yàn)檫@也提供了 Visual Studio 中的默認(rèn)設(shè)置(如果配置正確).

                  I finally managed to get this working, with the help of a colleague. The problem only occurs in specific conditions, in my case, this was on my development machine as part of a company domain. The domain uses a proxy server to manage web requests/responses. It turns out that our proxy server was blocking responses from apiconnector.com hence the exception; In addition to that we had to adjust the proxy settings in Internet Explorer as this provides the default settings in Visual Studio too (when configured correctly).

                  我無法具體說明代理設(shè)置發(fā)生了什么變化,正如我所說,我得到了一位同事的幫助;他管理了決議的這一部分;然而,這只解決了一半的問題...... Visual Studio 仍然出現(xiàn)異常,但是將以下 XML 添加到 web.config 文件解決了所有問題,現(xiàn)在它可以工作了!

                  I cannot specify what was changed in terms of the proxy settings, as I stated, I was helped by a colleague; he managed this part of the resolution; However that only solved half of the problem...the exception was still occurring with Visual Studio, however the addition of the following XML to the web.config file resolved everything, and now it works!

                  <system.net>
                    <defaultProxy enabled="true" useDefaultCredentials="true">
                    </defaultProxy>
                  </system.net>
                  

                  這篇關(guān)于ASP.NET 異常:無法解析遠(yuǎn)程名稱:“apiconnector.com"的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  Ignore whitespace while reading XML(讀取 XML 時(shí)忽略空格)
                  XML to LINQ with Checking Null Elements(帶有檢查空元素的 XML 到 LINQ)
                  Reading XML with unclosed tags in C#(在 C# 中讀取帶有未閉合標(biāo)簽的 XML)
                  Parsing tables, cells with Html agility in C#(在 C# 中使用 Html 敏捷性解析表格、單元格)
                  delete element from xml using LINQ(使用 LINQ 從 xml 中刪除元素)
                  Parse malformed XML(解析格式錯(cuò)誤的 XML)

                  • <i id='WLkcd'><tr id='WLkcd'><dt id='WLkcd'><q id='WLkcd'><span id='WLkcd'><b id='WLkcd'><form id='WLkcd'><ins id='WLkcd'></ins><ul id='WLkcd'></ul><sub id='WLkcd'></sub></form><legend id='WLkcd'></legend><bdo id='WLkcd'><pre id='WLkcd'><center id='WLkcd'></center></pre></bdo></b><th id='WLkcd'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='WLkcd'><tfoot id='WLkcd'></tfoot><dl id='WLkcd'><fieldset id='WLkcd'></fieldset></dl></div>
                    1. <tfoot id='WLkcd'></tfoot>
                        <bdo id='WLkcd'></bdo><ul id='WLkcd'></ul>

                        • <legend id='WLkcd'><style id='WLkcd'><dir id='WLkcd'><q id='WLkcd'></q></dir></style></legend>

                              <tbody id='WLkcd'></tbody>

                            <small id='WLkcd'></small><noframes id='WLkcd'>

                            主站蜘蛛池模板: 在线成人 | 欧美精品在线免费 | 精品一区二区三区不卡 | 久久久爽爽爽美女图片 | av在线伊人| 九色porny自拍视频 | 国产三区四区 | 免费一区二区 | 亚洲狠狠爱一区二区三区 | 亚洲欧美一区二区三区国产精品 | 久久亚洲一区二区三区四区 | 五月天国产 | 一级黄色片免费在线观看 | 日韩中文在线 | 麻豆精品国产91久久久久久 | 精品免费视频 | 黄色免费av| 久久国产电影 | 欧美日韩一区二区在线 | 国产精品2 | 电影91久久久 | 久久精品久久久 | 国产精品久久久久久一级毛片 | 国产99久久精品一区二区永久免费 | 欧美 日韩 中文 | 高清一区二区三区 | 国产欧美一区二区三区在线看蜜臀 | 中文一区二区视频 | 国产精品久久av | 国产欧美精品一区 | 欧美啪啪| 久草新在线 | 99热这里 | 午夜影晥 | www.99久久.com | av黄色在线| 国产精品视频一二三区 | 91精品国产91久久久久久最新 | 亚洲激情在线视频 | 日韩电影免费在线观看中文字幕 | 毛片网在线观看 |