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.
我在 IIS 中托管我的 Web 应用程序。该应用程序已通过 Windows 身份验证。如果我使用主机 IP 地址,但当我使用主机名时,应用程序是可访问的。这也只发生在特定的机器上。我可以使用其他机器的主机名正常访问。
请帮我解决同样的问题
确保主机名称可通过 DNS 解析。您可能需要在 Hosts 文件中添加一个条目。C:\Windows\System32\Drivers\Etc\Hosts。