Does anyone know which options we have to run an ASP.NET Core 5 Web API (with kestrel) on a Windows host without having the console window open/visible?
The thing is that the "host" will be a regular PC with other applications on it and users not only could see the console window but also close it.
Unfortunately running it on dedicated hardware is not an option (for now).