Using anonymous authentication on a .NET 4.0 WCF service that calls another WCF service
Let’s say you created a ASP .NET 4.0 website that uses a WCF service to get data from a Microsoft SQL Server database. The website uses anonymous authentication and you are asked to show data…