AspNetCoreModule
AspNetCoreModule copied to clipboard
Set ASPNETCORE_URLS to instead of just the port
Today ANCM sets ASPNETCORE_PORT and IISIntegration sets the server.urls config key to http://localhost{:port} as a result. This has a few issues including scenarios where the IPv4 address failed to bind but the IPv6 address doesn't fail and ANCM fails to reboot the backend process.
Currently ANCM never communicates over anything but IPV4 addresses and it should control what the backend process binds to.
This is related to https://github.com/aspnet/AspNetCoreModule/issues/137
I'll set up a design meeting. I'll still not sure what we landed on