Demo.DotNetSelfHost
Demo.DotNetSelfHost copied to clipboard
The WebAPI does not work after publishing
I've tried to use fixed port so I added this the CreateHostBuilder
builder.UseUrls("http://*:88/");
It works fine the release configuration but it does not work once I published.
What I am missing?
Thanks Savun