CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: VKDD

Search: Search took 0.04 seconds.

  1. x509 certificate for WCF with username password authentication

    I used the guide lines on the link attached to create my WCF service that uses a custom username password validation. This site talks about creating a certificate using self cert utility which is...
  2. Re: WCF Custom User Name Password Validator to read from Database

    Thanks Arjay. That worked perfectly well. I just can't believe it actually works now.
    Thank you again.
  3. Re: WCF Custom User Name Password Validator to read from Database

    Hosting in IIS using service.svc file.

    Thanks.
  4. Re: WCF Custom User Name Password Validator to read from Database

    The sql that this code is running will only return one row with a username and password.
    Your suggestion makes perfect sense to me. In production, the WCF will be running under a service account,...
  5. WCF Custom User Name Password Validator to read from Database

    I am using a Custom User Name Password Validator in my WCF Service. It works if I hard code the username and password in the validator function, but , I am trying to have my WCF service to validate...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured