I have wcf service DLL , say WCFA. I have another wcf service dll , say WCFB which hosts wcfA.
Then, I have hosted WCFB using another consoleApp.
When I am tring to connect to WCFB using a client ( inbuilt wcfclienttest client or my own test client ) , am getting wierd errors like
- Error 404
- FaultedException
- Security exception etc....
So, am wodering if this scenario is ever possible using wcf?