自学内容网 自学内容网

ASP.NET 部署到IIS,访问其它服务器的共享文件 密码设定

在这里插入图片描述

asp.net

  1. 修改上面的 IIS
  2. 需要在 配置文件 添加如下内容
    》》》web.config
<system.web>
    <!--<identity impersonate="true"/>-->
     <identity impersonate="true" userName="您的账号" password="您的密码" />
    <compilation debug="true" targetFramework="4.5" />
    <httpRuntime targetFramework="4.5" />
  </system.web>
asp.net core

不需要额外操作 ,修改IIS配置即可 如上图


原文地址:https://blog.csdn.net/u013400314/article/details/143744106

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!