how to enable role in asp.net?

前端 未结 1 1827
栀梦
栀梦 2021-01-20 19:05

i am trying to enable roles in asp.net but,i am getting few errors and after trying my best i am not able to get them resolved.

I am new to visual studio interface.

相关标签:
1条回答
  • 2021-01-20 19:21

    Use steps below:

    1. Configure your database in order to maintain ASP.NET Application Services. You can see here how to do it
    2. Edit your web.config file. See details here
    3. Go to ASP.NET Configuration Tool under Website control and create required roles.
    0 讨论(0)
提交回复
热议问题