在 IIS 7.5 中重命名默认网站是否安全?
我在使用 Web 部署部署到默认网站时遇到问题。问题与此类似: MSDeploy 批处理文件不再处理引号< /a> 其中 web 部署在带有空格的部署路径上被阻塞。
解决此问题的最简单方法是将“默认网站”重命名为不带空格的其他名称。重命名默认网站安全吗?它会引起任何副作用吗?
I am having a problem deploying to Default Web Site using web deploy. The problem is similar to this: MSDeploy batch file does not handle quotes anymore where web deploy is choking on deployment paths with spaces.
The easiest way to solve it would be to rename Default Web Site to something else without spaces. Is it safe to rename Default Web Site? Will it cause any side effects?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我尝试过,答案是肯定的 - 您可以重命名默认网站,而不会产生任何副作用。
之后您确实需要回收应用程序,然后一切都会像以前一样运行。
任何引用默认网站(例如 Web 部署)的脚本都需要更新。
Well, I tried it and the answer is Yes - you can rename the Default Web Site without any side effects.
You do need to recycle the application afterwards, and then everything will operate as before.
Any script that refers to Default Web Site (eg web deploy) needs to be updated.