I want to create a wcf service that is hosted on an iis server and consume it using the silverlight application on the Internet (using the SL application from this wcf service). I also want to use authentication and authorization of the username and password for my users who request the Silverlight application.
I want to Know that I should use wsHttpBinding or basicHttpBinding for this purpose? I could not use wsHttpBinding in silverlight and when using basicHttpBinding I could not create authentication and authorization for this binding
I also work with .net4 (wcf 4 and silverlight 4)
please help me thanks for your answers
source share