Accessing the ASP.NET Authentication, Profile and Role Service in Silverlight
Posted by: Brad Abrams,
on 03 May 2008 |
View original | Bookmarked: 0 time(s)
In ASP.NET 2.0, we introduced a very powerful set of application services in ASP.NET (Membership, Roles and profile). In 3.5 we created a client library for accessing them from Ajax and .NET Clients and exposed them via WCF web services. For more information on the base level ASP.NET appservices that this walk through is based on, please see Stefan Schackow excellent book Professional ASP.NET 2.0 Security, Membership, and Role Management. In this tutorial I will walk you...