Forms authentication with Client Application Services

added by galratner
1/25/2011 6:25:04 AM

297 Views

System.Web.ClientServices.Providers contains client service providers that support remote access to the Microsoft Ajax authentication, roles, and profile services. Today we will be looking at a common use case and solve it using client application services. We have a remote website containing the default ASP.NET membership provider and we need to access it from another website in order to log on a remote user. In order to enable client application services in the remote site we need to change the web.config


0 comments