ASP.Net addresses membership and roles based on the provider model. There is role provider Out of the Box or you could create your own... It is better to have an understanding of what is the Out of the Box functionality to getting started with these.
exbond
Member
58 Points
144 Posts
how to create role in vs2010 with sqlexpress
Apr 03, 2012 10:05 AM|LINK
how i can create role in vs2010 with sqlexpress instlled no other sqlserver is instlled.
is their any code?
ramiramilu
All-Star
95285 Points
14072 Posts
Re: how to create role in vs2010 with sqlexpress
Apr 03, 2012 10:12 AM|LINK
Sql role provider example - http://msdn.microsoft.com/en-us/library/ff647401.aspx
Thanks,
JumpStart
Basquiat
Contributor
2379 Points
628 Posts
Re: how to create role in vs2010 with sqlexpress
Apr 03, 2012 10:13 AM|LINK
On your menu select 'Website' and then 'ASP.net Configuration'.
On the Security tab you can create your roles.
sreejukg
All-Star
27509 Points
4097 Posts
Re: how to create role in vs2010 with sqlexpress
Apr 03, 2012 10:18 AM|LINK
ASP.Net addresses membership and roles based on the provider model. There is role provider Out of the Box or you could create your own... It is better to have an understanding of what is the Out of the Box functionality to getting started with these.
refer the below link
http://petermcintyre.com/2010/02/10/getting-started-with-asp-net-membership-roles-and-profiles/
My Blog