I have a WCF 4.0 REST service on server side (hosted in IIS) and an Android client. The Android client sends an encrypted security token in a custom HTTP header in order to authenticate the user. I ha
how do make a the following section of Service Settings of app.config in C# programmatically: <client>
I have two applications on IIS for development. First WCF application that contains all the logic and communication with database (we call this Server). And another ASP.NET MVC 3 application that has
I\'m confused about what the identity element on a client endpoint really does. I\'ve understood that a identity dns value likeis supposed to tell WCF to assert that the service\'s certificate is issu
I have added the maxClockScrew to my WCF service config file because it gives me an error when I try to call it over the internet but when I changed the my client time zone to server time zone it work
I am reading about WCF Transport Security and I get a plethora of doubts in my mind because I have less network knowledge.
I\'ve created an app that has machines talking to each other across the net. I\'d like to use NetTCPBinding and encrypt the messages. H开发者_JS百科owever I don\'t want or need certificates or windows
I\'m about to start a project with WPF which uses a web service to get info etc. A username and password is required to authenticate you and get data which belongs to you.
I implement the IDispatchMessageInspector interface to log the raw request/response me开发者_运维知识库ssage. I apply it via the IEndpointBehavior interface. It works well in most secenarios. But I fi
What is the least resistance approach for enabling WCF username security in a development environment that utilizes Cassini that will allow us to configure that same solution using TransportWithMessag