【发布时间】:2014-07-02 07:46:05
【问题描述】:
我有一个 .net 应用程序,目前位于我的本地电脑上。现在我的应用程序的网址:
http://localhost/foooz/portal/login.aspx
如何将 Web 实例连接到上面的 URL 而不是下面的 URL:
http://localhost/foooz
我可以键入http://localhost/foooz,它会直接将我带到http://localhost/foooz/portal/login.aspx ???
【问题讨论】: