Good day!
I have an silverlight site (silverlight navigation application) and I want clients to log in on my site. I want to give them different rights of viewing pages.
A WCF service gives me true or false when I enter a login and a password. Then, if it returns true, I want to remember the logged user.
How can I do it? Using cookies or global variable or something else?
views:
77answers:
2
A:
You should look at WCF RIA Service in a combination with the ASP.NET Membership Provider. There is also a Template for an AuthenticationService... Examples here:
silverfighter
2010-03-29 15:08:01
A:
Although www.codeproject.com/KB/silverlight/SL3WindowsIdentityName.aspx is based upon Windows Authentication, could you not adapt the first part of it for your needs?
kevinw
2010-03-29 15:19:50