久久久久久久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 異常:無法解析遠程名稱:“apiconnector.com&q

        ASP.NET Exception: The remote name could not be resolved: #39;apiconnector.com#39;(ASP.NET 異常:無法解析遠程名稱:“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 異常:無法解析遠程名稱:“apiconnector.com"的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

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

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

                  無法解析遠程名稱:'apiconnector.com'

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

                  但是我可以從瀏覽器導航到這個地址,所以我知道它是可以訪問的.

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

                  為什么 ASP.NET 不能導航到這個地址?

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

                  我如何準確地導航"?

                  好的,基本上我已經導入了一個 WSDL 作為服務參考.我所做的只是從服務引用中調用方法.它是執行實際導航的服務引用.

                  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.

                  服務參考配置包含以下 XML

                  Service reference configuration contains the following XML

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

                  推薦答案

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

                  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).

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

                  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>
                  

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

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

                  相關文檔推薦

                  Ignore whitespace while reading XML(讀取 XML 時忽略空格)
                  XML to LINQ with Checking Null Elements(帶有檢查空元素的 XML 到 LINQ)
                  Reading XML with unclosed tags in C#(在 C# 中讀取帶有未閉合標簽的 XML)
                  Parsing tables, cells with Html agility in C#(在 C# 中使用 Html 敏捷性解析表格、單元格)
                  delete element from xml using LINQ(使用 LINQ 從 xml 中刪除元素)
                  Parse malformed XML(解析格式錯誤的 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| 国产精品一区二区在线免费观看 | 成人午夜在线观看 | 中文字幕在线免费视频 | 亚洲天堂日本 | 九九色综合 | 超碰精品在线 | 国产激情久久久 | 视频在线观看一区 | 中文字幕二区 | 中文字幕第一 | 免费高清av | 国产又爽又黄免费视频 | 精品黄色片| 四虎影院网站 | 一区二区小视频 | 福利视频网站 | 天天干天天色 | 久久久久综合 | 久久激情综合 | 狠狠五月 | 久久成人国产 | 亚洲欧洲在线观看 | 红桃av在线| 日韩精品一区在线观看 | 蜜桃视频一区二区 | 91少妇丨porny丨 | 天堂在线视频 | 91网在线 | 天天摸天天操 | 五月婷婷丁香花 | 精品久久久久久久久久 | 国产精品国产三级国产aⅴ浪潮 | www.草逼| 99国产在线视频 | 日本免费中文字幕 | 亚洲第一伊人 |