AspNetCoreModule icon indicating copy to clipboard operation
AspNetCoreModule copied to clipboard

Set ASPNETCORE_URLS to instead of just the port

Open davidfowl opened this issue 8 years ago • 2 comments

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.

davidfowl avatar Oct 18 '17 21:10 davidfowl

This is related to https://github.com/aspnet/AspNetCoreModule/issues/137

davidfowl avatar Oct 18 '17 21:10 davidfowl

I'll set up a design meeting. I'll still not sure what we landed on

shirhatti avatar Oct 18 '17 23:10 shirhatti