I'm looking for a complete walkthrough or sample project for deploying a RESTful service using .NET 4.0 using custom basic authentication over HTTPS hosted on IIS.
I have been searching for 3 days, and I can find either an implementation with WCF 3.5, which is very different, either without custom basic authentication or without SSL.
I basically implemented the REST service in WCF 4 and added SSL, but I cannot use user authentication using my user user database.
Any links would be really appreciated.
source share