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.
当我使用 localhost 时,导航 url 正在工作,但是当我使用机器的 ip 地址时,显示未找到的页面
代码如下
<asp:HyperLink ID="LoginLogout" runat="server"></asp:HyperLink> LoginLogout.NavigateUrl = "login.aspx" LoginLogout.Text = "Login"
1) 使用此 IP 地址 > 尝试使用 127.0.0.1
或 2) 在“IP 地址和域限制”下的 IIS(我使用的是 IIS 7)中添加您的 IP 地址。我希望这会有所帮助