摘要: 在web.config中的system.web内加入<identity impersonate = "true" userName="yourusername" password="yourusername"/>帐号密码就是当前windows的帐号密码,而且密码为空不行,一定要设定密码<identity impersonate = "true"/>试过失败可以改用上述格式 阅读全文
posted @ 2011-06-29 12:27 philwu 阅读(174) 评论(0) 推荐(0) 编辑