How can i Apply diff role to different user with asp.net c#
Asked
Active
Viewed 124 times
2 Answers
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

oleksii
- 35,458
- 16
- 93
- 163

Hardik Fefar
- 301
- 4
- 19
0
First of all you provided no code sample or any details whatsoever. Anyway if you are reffering to ASP.NET apps you can use the ASP.NET default website administration tool to reach the goal you presented.
http://msdn.microsoft.com/en-us/library/yy40ytx0%28v=vs.100%29.aspx

Freeman
- 5,691
- 3
- 29
- 41
-
Actually I want basic information about how to start work on this. .so i provided no code. .thanks – kkk Sep 04 '12 at 09:40
-
Those are very different things, have you read the FAQ page on this site? – Freeman Sep 04 '12 at 09:42