Currently I am working with Sharepoint provider hosted app. My app is working fine but when add remote event receiver, I can not able to debug it. And also not able to get context.
I referred these links: http://msdn.microsoft.com/en-us/library/office/fp142381(v=office.15).aspx
http://msdn.microsoft.com/en-us/library/office/jj220043(v=office.15).aspx
http://msdn.microsoft.com/en-us/library/office/dn275975(v=office.15).aspx
I am using Azure for web application hosting. My app is working properly by "Start" from visual studio, but getting error in Output:
Cannot register Services/AppEventReceiver.svc on Windows Azure Service Bus: The remote server returned an error: (500) Internal Server Error. just getting this error
But app is getting installed successfully each time.

