Asp.net User Roles Management: Where to Begin

后端 未结 4 1994
小蘑菇
小蘑菇 2021-01-05 13:43

I\'m new to User Roles Management. I was reading my Wrox Programming book on asp.net 3.5 user role management...but it was hard to follow along, as I do not have a local se

4条回答
  •  清酒与你
    2021-01-05 13:51

    I would open up Visual Studio, create a new ASP.NET Web Application project, and click the "Configure ASP.NET" button on the top-right hand corner of the Solution Explorer. If you navigate to the Security section, you can start creating Users and Roles. The tool basically describes exactly how they work to you.

提交回复
热议问题