应用程序调用处理程序来自其他(Windows 身份验证)应用程序 A 调用处理程序来自应用程序 B 和应用程序 B 在 Windows 身份验证下
当我使用以下代码异常(无法联系本地安全机构)时,将显示代码:
WebClient webClient = new WebClient();
webClient.Credentials = new NetworkCredential(UserName, password, domain name);
string url = (handler url)
webClient.DownloadFile(url, Context.Server.MapPath(imagePath));