I have a WCF router sending messages to a private msmq using netMsmqBinding. I have another WCF service listening for messages on that queue. When the security mode is set to \"None\" i am able to sen
I\'m working on a WCF Service that is called by our other softwars to send bug information to our database. The problem is that, since it is an online service, it isn\'t safe, so I was wondering if it
Does anyone have some good suggestions when it comes to authenticating clients using JQuery or JavaScript? I realize that any JavaScript client is going to send clear text, but has anyone come up with
I have 开发者_开发百科a Silverlight 4 application that uses a WCF SOAP service.The authentication/authorization happens per call (quasi RESTful).This is done byusing authenticationMode=UserNameOverTra
We are using WCF Services that transfer some data from a Client Application to the Server Application (WCF Service). This last one will apply an algorithm using these data and send back the result to
I have hit a wall and have been pulling my hair for quite some time now. Basically, I need to create a WCF service which would have ASP.NET Membership and Authorization providers, however it needs to
I have WPF client consuming WCF service hosted in IIS. For authentication I am thinking of either certificate or user name authentication. Client calls couple of methods in WCF an开发者_StackOverflow社
I have website that uses ASP.net Membership Provider. This web site will be served by a set of WCF services. I need to extract a profile variable from the user currently calling the service in the ser
I\'m trying to create an WCF Data Services service which allows documents to be downloaded from a server, to client applications running .NET 4.0.
I need to set up a web service. Server is in DMZ, so I thought about putting web service in IIS (asmx) cos only port 80 is available to comunicate. But information it provides should be secured. What