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.
使用 IIS7,我有一个 Web 应用程序(假设它安装在我的 Web 服务器上的“默认网站”下称为“MyWebApp”(假设它称为 www.mywebserver.com)
我想要实现的是,当浏览器向 www.mywebserver.com 发出请求时,我想打开 MyWebApp,就好像请求是 www.mywebserver.com/MyWebApp。
我如何实现这一目标?
做一个重定向,有几种方法可以做到这一点:
meta refresh
我建议使用 IIS 重定向。按着这些次序: