网站部署,经过windows身份验证,当我用代码下载文件时,也需要用户名和密码,那么用户名和密码代码怎么写?
我是webservice部署的,当我要调用其中的方法时,是
localhost.MyService MACADD = new localhost.MyService();
MACADD.Credentials = new System.Net.NetworkCredential("gxx", "906206");
但是当我需要在webservice部署的网址上下载文件时
document.Load("http://10.77.150.105:7003/WebService/UpdateConfig.xml");
怎样书写用户名和密码?
求解
[解决办法]
用webrequest