c# - Azure SDK 1.3 打开两个浏览器窗口(或选项卡)

标签 c# azure

为什么当使用 Azure SDK 1.3 运行我的网站时,它会打开两个浏览器窗口(或选项卡),尽管我只定义了一个端点:

<Sites>
  <Site name="Web">
    <Bindings>
      <Binding name="Endpoint1" endpointName="Endpoint1" />
    </Bindings>
  </Site>
</Sites>

当我从 Visual Studio 运行(使用 F5)Azure 应用程序时,我需要做什么才能只显示一个浏览器窗口?

最佳答案

看起来这是一个明显的 Azure SDK 错误。现在随着 2011 年 8 月的更新,这个错误已经消失了。现在只打开一个浏览器窗口。

Latest Azure SDK.

关于c# - Azure SDK 1.3 打开两个浏览器窗口(或选项卡),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4584047/

相关文章:

c# - Visual Studio - 坚持固定窗口?

c# - 函数 : Calculating velocity, 时间、距离(double型变量)

Azure 开发运营 : Why is my subscription not shown when creating a new service connection?

azure - 为什么 Azure DocumentDB 有两个键(主键和辅助键)?

C# JToken.SelectTokens 方法 - 什么 JPath 表达式?

c# - UWP vs WPF : System. 全局化 CultureInfo 不同?

c# - Activator.CreateInstance 导致 nunit 锁定,从而阻止 visual studio 构建

asp.net-mvc - MVC4 Azure 部署找不到网页或 WebMatrix 引用

azure - 您可以在 Azure Service Fabric 项目中使用 project.json 吗?

c# - 尝试发布到 Azure 后,ASP.NET Core 应用程序不使用 appsettings.json 中的设置