Hello,
I have created a Notification Hub to send push notifications to mobile devices and this works with an azure based website I have created as a test site.
However I would like to use the notification hub from my Windows Server 2008 (I'm not ready to move my entire architecture to azure just yet). I have deployed the same code which works when debugging on my local machine to my server but notifications aren't
sending.
My solution has the Microsoft.ServiceBus.dll in the bin folder and I have also installed the Windows Azure Pack: Service Bus 1.1 on my server too but still no luck.
Do I need to alter my firewall at all to allow communication to sb://{mysb}.servicebus.windows.net/
Any help will be much appreciated
Neil