Hi,
I have an asp.net application which will always interact with wcf service to transact with the data. My question here is if the serivce is not running or some reasons got timed out. How do i need to handle the serivce exception from my consuming application.
We are using faultcontract exceptions for handling any runtime exceptions those we faced inthe service. But if the service itself is not running, how do i throw a custome message to the user saying "Service Unavailable, Please run the service".
Appreciated your help on this.
Thanks, Kiran