一旦完成,Azure web api发布停止开放浏览器
当我们向Azure发布WEB API 2时,尽管在发布完成后是WEB API而不是WEB APP(网站),但它会打开带有链接的浏览器,但由于没有可用的资源WEB API 2。
使用Visual Studio 2015企业更新3 Azure SDK 2.9.5
如何在WEB API 2发布后避免此重定向?
有趣的问题:)。
以下是您可以执行的操作:在项目内的Properties --> PublishProfiles
文件夹下打开发布配置文件,并注释以下行:
<SiteUrlToLaunchAfterPublish>Your website address would be listed here</SiteUrlToLaunchAfterPublish>
现在,当您发布后,浏览器将不会打开该网站。
链接地址: http://www.djcxy.com/p/24369.html上一篇: Azure web api publish stop opening browser once completed
下一篇: Azure Cloud Service Project opens two Browser Windows on Start when Debugging