I am currently developing a web site for our Student Council so members can check in and view the work they've done, sign up for tasks, etc. They will authenticate using their username provided by the school district. How can I make it so that only their data shows up when they use their username? Authentication method:
Thanks!
Code:
<authorization> <allow users="*" allow role="domain\group" /> <deny users="*" /> </authorization>