如何使用 asp.net c# 将差异角色应用于不同的用户
问问题
118 次
2 回答
2
Follow these steps:
- Go to the website tab and then in it ASP.NET configuration (now open your browser window which just popped up)
- Then choose security option
- Then setup wizard
- After 3 steps you will be asked for giving role to particular user
- Select role u want to apply
- You are done
于 2012-09-04T09:43:19.900 回答
0
首先,您没有提供任何代码示例或任何详细信息。无论如何,如果您引用 ASP.NET 应用程序,您可以使用 ASP.NET 默认网站管理工具来达到您提出的目标。
http://msdn.microsoft.com/en-us/library/yy40ytx0%28v=vs.100%29.aspx
于 2012-09-04T09:39:21.397 回答