As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
After several days of tests I find the only way I can create a WCF web service with authentication开发者_开发问答 is to put a certificate in localmachine/trustedpeople cert store. The host will not do
I got a WCF service listening on a via WAS on a MSMQ which is located on a different server within the same domain.
I need to implement windows authentication on a windows Pocket PC 5.0 when connecting to the WCF service. Is it possible to let the user enter their credentials which can开发者_如何学Go then be passed
I am getting confused as to which type of of WCF service I should create. The options that Visual Studio gives me are
I want to connect web service (as service reference) which is secured by certificate. for this I\'m doing this:
What bindings and security configurations are best f开发者_Go百科or an environment with Windows and Mac Computers?BasicHttpBinding will probably have the greatest reach. Just about every platform supp
Assume I have a service that has about 10 operations, but 2 of them are nee开发者_运维技巧ded for intranet purposes only.How would I configure the two operations to be restricted only to the intranet?
I have a WPF application that has just one button.When the button is clicked, all it does is open the service.Here is the code:
Background: I am getting a Internal Server 500 24 50 error after deploying an application that has compiled without errors on my local machine. The server that the application is deployed on has a ton