Day: April 9, 2013

Authenticate WCF clients using the ASP.NET Membership Provider

When using a WCF services over the internet, you should always consider security issues such as Authentication or Authorization. Authentication generally speaking, answers the question “Who are you” and Authorization answers the question “What are your privileges”. Take an example:… Read More ›