I'm trying to use the MediatR in a service Application #978
Unanswered
Winterleaf
asked this question in
Q&A
Replies: 1 comment
-
MediatR can run anywhere Most people use the MS DI container which works in a ton of hosting environments. Maybe check out Worker Services? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ok, this is a bit of a complex situation. I need to host mediatR host inside a Windows service. I cannot run it in an IIS application due to the complexity of the project, the project has its own built-in system of HTTP Listeners and IIS blocks them if you try to convert the service to a web app. In the previous versions of MediatR we were able to use your software inside as a service, but it appears the newer Host versions only work inside of a Web Application. I would really appreciate any help you can give. I don't know if I'm overlooking something or otherwise.
Beta Was this translation helpful? Give feedback.
All reactions