Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,


I am new to Silverlight. trying to create a sample application for which i want to use security like asp.net in Silverlight. i can Authenticate a user but how can i authorize and get the roles and assign in web.config. I don't want to use inbuilt asp.net configuration to assign roles and profiles.

Thanks,
K.Vigneshwar.
Posted

1 solution

Silverlight does not support forms authentication and authorization like ASP.Net does.
If you want to do this, then you will still have to do this in ASP.Net.
 
Share this answer
 
Comments
NewtoSharepoint 2-Mar-11 0:25am    
Then What is the best method to do with the SqlServer Database without using in built asp.net configuration

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900