此代码曾用于工作,现在它已停止工作:/
我在我的应用程序的其他区域使用相同的代码,可以调用正常的链接。但是在我的应用程序的这个特定部分,它停止了工作。
此链接有效,如上所述,它曾经有效。
这是代码。
WebClient client = new WebClient();
string xmlResult = client.DownloadString(_workContext.AccountingWebServiceLink + "?action=updateprimary&xml=" + strXML);
我不确定是否需要增加IIS中的字节大小?我怀疑它可能与发送的数据量有关。