是否可以将本地实例 IIS 指向共享 Windows 文件服务器作为主目录?
我刚刚开始使用 IIS、.NET 等,所以如果有任何不清楚的地方,我深表歉意。 我最近安装了 IIS 的本地实例,它启动并运行得很好。 我想知道是否可以将 IIS 指向另一台服务器上存在的共享 Windows 文件夹,并让该文件夹作为 IIS 的根目录。 这是可能吗? 如果是这样,有人可以向我指出解释如何执行此操作的资源吗?
需要注意的一件事是共享文件夹需要身份验证。
I'm just beginning work with IIS, .NET, etc. so I apologize if any of this is unclear. I recently installed a local instance of IIS and it's up and running just fine. I'm wondering if it's possible to point IIS to a shared windows folder that exists on another server, and have that folder serve as the root directory for IIS. Is this at all possible? If so, can anyone point me to a resource explaining how to do this?
One thing to note is that the shared folder requires authentication.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,在 IIS 管理控制台中,转到网站属性并查看“主目录”选项卡。 您可以指定“位于另一台计算机上的共享”。 当您选择此选项时,您还会在“网络目录”字段旁边看到一个“连接为”按钮。
Yes, in the IIS Admin console go to the website properties and look at the 'Home Directory' tab. You can specify 'A share located on another computer'. When you choose this you will also see a 'Connect As' button next to the 'Network Directory' field.