Do I have to do the configuration for nservicebus on mvc4 that would be handled by the EndpointConfig.cs?

StackOverflow https://stackoverflow.com/questions/15487324

  •  24-03-2022
  •  | 
  •  

Question

In the examples, most of the config is done by the dev by changing AsA_Server to AsA_Client.

public class EndpointConfig : IConfigureThisEndpoint, AsA_Client { }

However, I can't seem to do that with an ASP.NET MVC4 app.
Do I have to manually configure everything in a web environment?

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top