↧
Answer by Pablo Cibraro for How do i host WCF service in windows service?
I would suggest two things for troubleshoting the issue,Enable includeExceptionDetailInFaults, to get more details on the response.Enable the WCF tracing, as you probably will find more details in the...
View ArticleAnswer by viktor for How do i host WCF service in windows service?
Tun on exceptions details here: <serviceDebug includeExceptionDetailInFaults="True" />or debug coming request on managed windows service side to see what fault is happening there.
View ArticleHow do i host WCF service in windows service?
I am trying to host WCF serviec in managed Windows Service. Basically i have 1 solution CustomersWCFLibrary which contains 3 Projects.1) CustomersWCFLibrary :-This is my app.config :-<?xml...
View Article
More Pages to Explore .....