2
votes

When I publish my asp.net core 2.0 to the azure cloud, I have a misconfiguration and I am given an error originating from IIS instead of 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

How can I make Azure cloud use Kestrel and not IIS?

1
what service are you using?4c74356b41
Apparently this is not possible (yet?) stackoverflow.com/a/34314236/73804patrick
on webapps - not4c74356b41

1 Answers