Hi,
I am developing a provider hosted app with the below details
Host Web: O365 Developer Site
Remote Web: Azure Web Site
I have added an app installed/Uninstalled handlers which are working fine, but i couldn't debug it locally. I have performed the following options already
1. Created Service bus in Azure and copied its ACS connection string and pasted in the project properties under SharePoint tab. I also enabled debugging via Microsoft Azure Service Bus option too.
2. Enabled Remote debugging on Azure Website.
2. Started debugging by pressing F5 key.
I followed the steps mentioned in the below link
https://msdn.microsoft.com/en-us/library/office/dn275975.aspx#RER_DoesNotHitTheBreakPoint
But it wasn't working. Then i later tried to add nuget package "Microsoft Azure Service Bus" on remote web project. I think i still missing some configuration to make it work somehow!!!
Any help on this will be deeply appreciated.
Thanks and Regards,
Amit