繁体   English   中英

域中映射的网络驱动器上的IIS8权限

[英]IIS8 permissions on mapped network drive in domain

在我的PC(Windows 8)上,我以域用户身份登录,我的PC上没有本地用户。 我安装了IIS8,Visual Studio 2012等来开发.NET Web应用程序。

我已经使用默认设置安装了IIS; 带有ApplicationPoolIdentity作为标识的.NET v4.5 DefaultAppPool。

我的项目在V:上,这是一个映射的网络驱动器。 我设置了一个指向V:\\ Website1的网站,打开该网站时收到错误消息:

HTTP 500 Cannot read configuration file; \\?\V:\Website1\web.config

哪个用户需要V:\\ Website1目录的读取权限?

添加用户:IIS AppPool \\ [AppPoolName]

请参见此链接: http : //www.iis.net/learn/manage/configuring-security/application-pool-identities

您是否尝试过使用UNC路径? http://forums.iis.net/t/1189399.aspx

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM