Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows azure 暂存环境中部署了我的 MVC 应用程序。现在由于某种原因,我想更改我的登台 URL。谁能指导我,我该怎么做?
您不能更改暂存 URL。您唯一能做的就是为其创建一个 CNAME 并具有类似的内容:stagingapp.mycompany.com。
希望本指南对您有所帮助。Azure 暂存。