【发布时间】:2012-10-19 22:44:50
【问题描述】:
我正在设置我们的服务器,以便我们可以在其上安装一个 ASP.Net Web 应用程序。
我在 IIS7 管理器中右键单击站点并选择添加虚拟目录,然后单击测试设置按钮,显示以下消息:
The server is configured to use pass-through authentication with a built-in
account to access the specified physical path. However, IIS Manager cannot
verify whether the built-in account has access. Make sure that the application
pool identity has Read access to the physical path. If this server is joined to
a domain, and the application pool identity is NetworkService or LocalSystem,
verify that <domain>\<computer_name>$ has Read access to the physical path.
Then test these settings again.
该消息没有告诉我们如何做这些事情。
我正在设置的服务器上安装了 Windows7 Home Premium。计算机设置为所有默认设置,并具有计算机名称,例如 MyComputer-PC(不是真实名称)。没有设置域。
您能告诉我们如何执行消息中描述的操作吗?
【问题讨论】:
标签: asp.net iis-7 configuration path virtual-directory