I have an Asp.Net Core application that I have run as a service. I could also run it as an exe, but it leaves the black command window up while it is running. Ideally I would like to have it run minimized in the system tray with a notify icon that they could right click on to close it or stop it. Is this possible in Asp.Net Core? Thank you!
↧