简体   繁体   English

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

[英]IIS8 permissions on mapped network drive in domain

On my PC (Windows 8) I logon as a domain user, there is no local user on my PC. 在我的PC(Windows 8)上,我以域用户身份登录,我的PC上没有本地用户。 I installed IIS8, Visual Studio 2012 etc to develop .NET webapplications. 我安装了IIS8,Visual Studio 2012等来开发.NET Web应用程序。

I have setup IIS with default settings; 我已经使用默认设置安装了IIS; .NET v4.5 DefaultAppPool with ApplicationPoolIdentity as identity. 带有ApplicationPoolIdentity作为标识的.NET v4.5 DefaultAppPool。

My projects are on V:, which is a mapped network drive. 我的项目在V:上,这是一个映射的网络驱动器。 I setup a website pointing to V:\\Website1, when opening this website I receive the error: 我设置了一个指向V:\\ Website1的网站,打开该网站时收到错误消息:

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

Which user needs read permissions for V:\\Website1 directory? 哪个用户需要V:\\ Website1目录的读取权限?

Add the user: IIS AppPool\\[AppPoolName] 添加用户:IIS AppPool \\ [AppPoolName]

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

Have you tried using unc path? 您是否尝试过使用UNC路径? http://forums.iis.net/t/1189399.aspx http://forums.iis.net/t/1189399.aspx

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

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