Demo.DotNetSelfHost
Demo.DotNetSelfHost copied to clipboard
Sample Windows Forms application hosting an ASP.NET Core service
Results
2
Demo.DotNetSelfHost issues
Sort by
recently updated
recently updated
newest added
Hello, in WinForm it works fine. But I need a possibility to do it on a MAC For example in MAUI Do you have any infos to do that ?
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...