Hello everybody, I am really really tired these day because of facing this problem. I am building a XBAP application (WPF Browser Application) that uses WCF Service. This app requires:
- Users can login by using their username and password (that store in my database)
- Users don't need to install any of X509 certificate (*.pfx or *.cert...)
- The WCF service must use basicHttpBinding (to support an other silverlight application)
I have tried a lot of way but they are not match these requirements. Do you have any solution? Thanks in advanced.