正在将 asp.net 核心发布到 azure...想在云中使用 kestrel 而不是 IIS

Publishing asp.net core to azure... want to use kestrel not IIS in the cloud

当我将我的 asp.net core 2.0 发布到 azure 云时,我的配置有误,我收到了一个源自 IIS 而不是 Kestrel 的错误

HTTP Error 502.5 - Process Failure

...

The application process started but failed to listen on the configured port

For more information visit: https://go.microsoft.com/fwlink/?LinkID=808681

如何让 Azure 云使用 Kestrel 而不是 IIS?

显然,这是不可能的(现在?)

  • 参见: