Configuring the Windows Azure AppFabric Service Bus with IIS
We have a scenario like our web application is hosted in the Cloud and the database is in the cloud as well as On Premise. The application takes some data from the Cloud database and some confidential data from On Premise database.
To get the data from the On Premise database we have created a WCF service.
Now we need to integrate the WCF service with Windows azure app fabric service bays so that secure communication between Cloud application and On Premise database can happen.
For this we need to configure the App fabric Service Bus with IIS.
How do we do that?
Do we need any specific ports to be opened?
Thanks in advance.








