Click here to Skip to main content
15,890,882 members

Comments by Manjunathabe011 (Top 4 by date)

Manjunathabe011 5-Mar-12 6:10am View    
Correct me if I am wrong,
From Client I can configure and send Windows credentials and can pass it to WCF service but I want to pass that client credentials to DB connection. Are you suggesting me to add this code in WCF service side?. If I add there it will take Server Logged in windows credentials rite?
Manjunathabe011 9-Feb-12 3:53am View    
I have implemented this MtomMessageEncoding already, I want to do further compression using Custom encoding which I want to know how can I achieve.
Manjunathabe011 17-Mar-11 7:29am View    
Hi Patrick,
I have added netTcp binding with binding information like Port number.Any other settings?
Manjunathabe011 16-Mar-11 4:39am View    
Hi,
Try disabling the <servicemetadata httpgetenabled="true"> to false. As this expects the Http binding.