在Web.Config里设置
<identity impersonate="true" userName="administrator" password="xxx" ></identity>
http://www.csdn.net/develop/read_article.asp?id=18958

解决方案 »

  1.   

    <identity impersonate="true" userName="domain/"></identity>
      

  2.   

    to dcogili(大象) Seeko0(阿 枫) 
    改完后出现这样的错误“/”应用程序中的服务器错误。
    --------------------------------------------------------------------------------配置错误 
    说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息: 未能从配置文件中指定的凭据创建 Windows 用户标记。源自操作系统的错误“客户没有所需的特权。 ”源错误: 
    行 241:            password="password of above specified account" | empty string
    行 242:        -->
    行 243:        <identity impersonate="true" userName="administrator" password="passwords"/>
    行 244:
    行 245:        <authorization>
     源文件: f:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config    行: 243 
    --------------------------------------------------------------------------------
    版本信息: Microsoft .NET 框架版本:1.0.3705.0; ASP.NET 版本:1.0.3705.0
      

  3.   

    在Web.Config里设置
    <identity impersonate="true" userName="administrator" password="xxx" ></identity>
    http://www.csdn.net/develop/read_article.asp?id=18958应该还可以