I have a Silverlight web app which uses ASP.net Website administration tool for user authentication. Now is there any way by which I can get the list of all registered users in Silverlight?
I have a Silverlight web app which uses ASP.net Website administration tool for user
Share
Just write a little web service that publishes the parts of the MembershipProvider API that you need.