Visual Studio 2010 - 将本地主机更改为自定义域
如何进行更改,以便调试不在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的...您可以在项目选项中执行此操作。如果需要,您可以指定自定义启动 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.