Hi,
While working on event hubs, both publisher and receiver works fine on using console application.
However, when I implement an event hub receiver using ASP.NET, then none of the EventProcessor methods 'open', 'close' and 'process' are getting invoked.
Registration process is not throwing any error.
The same code is working fine in a console application.
What am I missing?
Regards.