How do I consume windows background service in my Blazor .net 6 web application.
I have created two projects, one is a background service and it is running on my machine and another is a Blazor web application. So How do I call running windows service in my web application?