Demo.DotNetSelfHost icon indicating copy to clipboard operation
Demo.DotNetSelfHost copied to clipboard

The WebAPI does not work after publishing

Open cheamsavun opened this issue 3 years ago • 0 comments

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

cheamsavun avatar Apr 15 '21 13:04 cheamsavun