Hi ,
I have a WCF service deployed on two or more remote machines and there is a desktop based application that is used by the client to access any wcf service.
The WCF service is connected to SQL server 2005 to read and write data. This is intranet scenario in which client should be on same domain.
Now there can be scenaorios where the wcf service throw exceptiopns: 1. Invalid URL 2. WCF service is down 3. SQL server 2005 is not running 4. client is not on the same domain. 5. Authentication fails 6. Authorization fails and many other exceptions.
and every exception I have to perform some action / update the status bar with apporpriate error occured. For example if autherization fail I have to prompt user to re-enter user credetials etc..
Please suggest me the best design approach to handle this!!