No announcements
Found 195630 threads
-
0 Votes
basicHttpBinding with Username credential
Is it a bug or limitation that basicHttpBinding with username wont work with IIS???Answered | 5 Replies | 4301 Views | Created by Some One For WCF - Monday, September 29, 2008 12:56 PM | Last reply by Dynamic - Friday, October 3, 2008 8:58 PM -
0 Votes
User Principals, Threads and BasicHttpBinding
WCF has built-in support for username/password authentication - either use a client credential type of "Basic" (transport security) or "username" ...Answered | 8 Replies | 3546 Views | Created by code monkey 1 - Monday, April 13, 2009 11:48 PM | Last reply by code monkey 1 - Thursday, April 16, 2009 7:16 AM -
0 Votes
Not able to connect to database with the username and password credentials
I am not able to connect to database through username and password credentials, able to connect with the windows authentication option.Answered | 1 Replies | 7018 Views | Created by krishnapp - Saturday, November 25, 2006 4:53 AM | Last reply by Samuel Lester - MSFT - Saturday, November 25, 2006 7:26 PM -
2 Votes
BasicHttpBinding / TransportsSecurity
Here is a very simple example service that applies both HTTP and HTTPS binding(IIS hosted) <services> <service ...Answered | 2 Replies | 3966 Views | Created by Eduardo Almeida - Sunday, December 12, 2010 4:55 PM | Last reply by Steven Cheng - MSFT - Tuesday, December 14, 2010 6:49 AM -
0 Votes
Http WCF - setting property with BasicHttpBinding not working
To add to what programmerlive has posted,wsHttpBinding supports transport sessions and basicHttpbinding doesnt support sessions.Answered | 2 Replies | 4970 Views | Created by pacojones - Thursday, November 12, 2009 9:47 AM | Last reply by Haripraghash - Friday, November 13, 2009 1:47 AM -
0 Votes
Streamed BasicHttpBinding with Proxy Server
>Now I am asking myself if it is possible at all to have a streamed basichttpbinding with a proxy server in between?Answered | 1 Replies | 724 Views | Created by Mrki01 - Wednesday, April 13, 2016 8:17 PM | Last reply by Amy Peng - Thursday, April 14, 2016 9:27 AM -
0 Votes
Unable to get the Client Credentials in a WCF service
I changed the binding from BasicHttpBinding to WsHttpBinding, i modified the config in both wcf service and Client as ...Answered | 2 Replies | 10534 Views | Created by fred5152 - Tuesday, April 5, 2011 3:13 PM | Last reply by fred5152 - Thursday, April 7, 2011 7:56 PM -
0 Votes
How to send UserName (UserName and password) to DynamicProxy
public class Post_4073aaa2_1ac9_427b_a0a7_dd0c68ee146c { [ServiceContract] public interface ITest { ...Answered | 2 Replies | 2770 Views | Created by MohammadMir - Tuesday, November 22, 2011 4:53 PM | Last reply by MohammadMir - Wednesday, November 23, 2011 4:43 AM -
0 Votes
Basic credentials to Windows credentials?
You can always provide windows credentials before opening a connection with a wcf service.Answered | 1 Replies | 1135 Views | Created by Exolit - Thursday, February 14, 2013 9:26 PM | Last reply by VivekTechExpert - Friday, February 15, 2013 6:06 AM -
0 Votes
wcf certificate authentication with custom certificate validator and basicHttpBindings
If you use transport credentials only than you need to use the <transport> section instead of the <message> section, and you won't be able to use the custom validator, because the ...Answered | 7 Replies | 3954 Views | Created by EdinburghAnne - Wednesday, August 10, 2011 8:50 AM | Last reply by EdinburghAnne - Wednesday, August 10, 2011 4:06 PM -
0 Votes
WCF - SecurityMode Message - Credential Type UserName
Then validate the username and password in server-side.Answered | 2 Replies | 516 Views | Created by Vincent Bray - Thursday, September 17, 2015 9:07 AM | Last reply by Vincent Bray - Monday, September 21, 2015 2:17 PM -
0 Votes
Unable to override default ReaderQuotas.MaxBytesPerRead setting for basicHttpBinding
[OperationContract] [FaultContract(typeof(SampleServiceException))] Stream GetSomeStream(); } I configured my basicHttpBinding to ...Answered | 2 Replies | 3759 Views | Created by Dmitriano - Wednesday, October 14, 2009 12:50 PM | Last reply by Dmitriano - Thursday, October 15, 2009 5:30 AM -
6 Votes
Passing Client Credentials to WCF Service
Thank you Kjellsj, From three days I am struggling to provide windows credentials to my server thorough client but failed.Answered | 9 Replies | 131727 Views | Created by OzCoder - Thursday, April 24, 2008 12:45 AM | Last reply by simplyrod - Tuesday, May 15, 2018 8:30 PM -
0 Votes
Cannot write a custom username password validator for security mode TransportCredentialOnly for basicHttpBinding
All I want is a simple username and password validation.Answered | 3 Replies | 5325 Views | Created by vaibhav_014 - Tuesday, April 27, 2010 6:28 AM | Last reply by Francois Magnin - Wednesday, April 28, 2010 7:28 AM -
0 Votes
Pass in credentials for basic authentication
Hi, Ive set the username and password but it gave me an exception: An error occurred while receiving the HTTP response to https://xxxxxx:8080/.asmx.Answered | 9 Replies | 73083 Views | Created by ff4930 - Saturday, February 27, 2010 1:05 AM | Last reply by Mog Liang - Thursday, March 4, 2010 3:56 AM -
0 Votes
How to pass UserName and Password using NetTcpTransport, without encryption
And for message layer, the username authentication token will be transfered as clear content.Answered | 2 Replies | 3680 Views | Created by Aizikovich Evgeni - Tuesday, August 25, 2009 6:17 PM | Last reply by Steven Cheng - MSFT - Tuesday, September 1, 2009 7:27 AM -
0 Votes
Using netTCPBinding and BasicHttpBinding together
"One service project which can expose two endpoints" that too both netTcpbinding and basicHttpBinding, I think there is a problem here.Answered | 4 Replies | 6110 Views | Created by kunal1982 - Thursday, December 3, 2009 2:37 PM | Last reply by KunalUppal - Monday, December 7, 2009 8:14 AM -
0 Votes
basicHttpBinding with SSL Sample
I have a .Net 2.0 client web app and need to connect to a WCF service using basicHttpBinding/SSL.Answered | 3 Replies | 4557 Views | Created by Etowah_man - Thursday, January 28, 2010 3:33 PM | Last reply by Richard Blewett - Friday, January 29, 2010 11:29 AM -
0 Votes
replacing old 2.0 webservice with WCF basicHttpBinding
I still can't understand whats the use of basicHttpBinding if i can't use the new service WITHOUT disturbing the existing clients.Answered | 5 Replies | 4003 Views | Created by zahid iqbal - Monday, December 21, 2009 10:04 AM | Last reply by zahid iqbal - Tuesday, December 22, 2009 2:41 PM -
0 Votes
Intercept Username and Password of WCF request using Basic Authentication
We can set the SQL membership provider in our web.config file, then connect to the database, then we can validate username and password with database.Answered | 1 Replies | 1818 Views | Created by Drypz - Monday, January 11, 2016 8:20 AM | Last reply by Grady_Dong - Tuesday, January 12, 2016 2:02 AM - Items 1 to 20 of 195630 Next ›
No announcements