We have a WCF service application(not web application) which is deployed in IIS 8 pointing to the windows server service bus topic/subscription. We have configured the WCF service with applicationInitialization feature of IIS 8 to warm up.
But the WCF service is not reading any message from the topic/subscription.
configured in web.config file as below
<system.webServer><applicationInitialization><addinitializationPage="/MyService.svc"/></applicationInitialization></system.webServer>
When we run the same from visual studio its reading messages from topic/subscription.
any configuration/settings which we are missing?