Windows 7 IIS 7.0 - 设置应用程序在本地主机下运行

发布于 2024-11-13 02:52:02 字数 214 浏览 3 评论 0原文

如果我在 Visual Studio 中创建一个名为 MyWebApp 的 Web 应用程序,如何确保可以通过以下地址访问它:

http://localhost /MyWebApp

无需端口,

感谢

VS 2010 IIS 7.0 视窗7

If i create a web application inside Visual Studio called MyWebApp, how can I make sure it can be accessed at the following address:

http://localhost/MyWebApp

NO PORTS required

thanks

VS 2010
IIS 7.0
Windows 7

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

听风吹 2024-11-20 02:52:02

默认情况下,Http 在端口 tcp/80 上运行。

编写 http://address.com/http://address.com:80/

如果 IIS 配置为使用默认端口 80,则无需指定任何内容。

Http is by default run on port tcp/80.

writing http://address.com/ is the same as http://address.com:80/

If IIS is configured to use the default port of 80, then you do not need to specify anything.

攒眉千度 2024-11-20 02:52:02

将该应用程序添加到 IIS(名称为“MyWebApp”),确保应用程序的根文件夹指向计算机上项目的根文件夹。

Add that application to IIS (with the name "MyWebApp"), make sure the root folder for the application is pointing to the root folder of the project on your computer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文