配置 Visual Studio 2010 Web 应用程序项目在 localhost:8080 上运行

发布于 2024-10-03 16:16:32 字数 98 浏览 3 评论 0原文

我使用本地 IIS 而不是 VS Web 服务器,但不是默认网站上的虚拟目录,我想将 Web 应用程序项目配置为在端口 8080 上的自己的 IIS 网站中运行。我该如何执行此操作?

I am using local IIS instead of the VS Web Server but instead of a virtual directory on the Default Web Site, I want to configure my web application project to run in its own IIS Web Site on port 8080. How can I do this?

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

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

发布评论

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

评论(2

万人眼中万个我 2024-10-10 16:16:32

在 IIS 上设置一个网站,使用端口 8080。

将该网站的主目录指向 Web 应用程序项目目录。

要在 IIS 上进行调试,请附加到工作进程 (w3wp.exe)。

Setup a website on IIS, using port 8080.

Point the home directory of this site to the web application project directory.

To debug on IIS, attach to the worker process (w3wp.exe).

花期渐远 2024-10-10 16:16:32

查看您的 Web 应用程序项目属性。在“Web”选项卡下,您可以选择“使用本地 IIS Web 服务器”,然后为您的应用程序创建一个虚拟目录。您必须在 iis 端配置的唯一部分是您网站的端口号。

Take a look into your Web Application project properties. Under the tab "Web" you can select "Use Local IIS Web server" and create from this point a virtual directory for your app. The only part you have to configure on the iis side is the port number for your website.

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