Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一个烦人的问题。在 Windows 7 上部署在 IIS7.5 上的网站运行良好。我将文件夹(网站虚拟目录的物理路径)共享给同事,网站停止工作。
它给出了错误:can't establish the connection to the server。
can't establish the connection to the server
后来我删除了共享,但仍然可以浏览该网站并给出相同的错误。
IIS 上托管的所有其他网站都运行良好。
这方面的任何线索会有帮助吗?
我发现通过启用共享它还撤销了“用户”的权限,即 serverName\Users。您所要做的就是添加“用户”,它工作正常。 希望会有用
我遇到过同样的问题。我发现当您在目录上启用共享时,它会删除 Appl Pool 用户的访问权限并导致失败。我必须手动将具有完全权限的 --SERVER_NAME--\IIS_IUSRS 用户添加到共享目录。