Visual Studio 2010 - 将本地主机更改为自定义域

发布于 2024-11-03 10:20:16 字数 210 浏览 0 评论 0原文

如何进行更改,以便调试不在 localhost:randomNumber 上进行,而是在 my.testsite.com:randomNumber 等自定义域上进行?

我已将域添加到主机文件中,并且在从 localhost 调试时可以手动更改 url 到 my.testsite.com,但是我可以使 VS 从一开始就从 my.testsite.com 而不是 localhost 启动吗?

How do I change so that debugging doesn't happen on localhost:randomNumber but on a custom domain like my.testsite.com:randomNumber?

I've added the domain to the hosts file and I can manually change the url when debugging from localhost to my.testsite.com, but can I make VS start at my.testsite.com from the get-go instead of localhost?

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

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

发布评论

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

评论(1

又怨 2024-11-10 10:20:16

是的...您可以在项目选项中执行此操作。如果需要,您可以指定自定义启动 URL 以及固定端口。内置的 VS 服务器将遵循您在其中键入的任何内容,然后您的主机文件将为您处理映射。

Yes... you do that in the project options. You can specify a custom startup URL as well as a fixed port if you want. The built-in VS server will follow whatever you type there, then your hosts file will take care of the mappings for you.

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