G
Guest
HI I am looking at some C# code that seems to change a display based on user
roles, below is a small part of the code.
public bool IsInQCCRole()
{
return User.IsInRole(this.WebServer + "\\QCC");
}
Anyhow I want to test it and set different role levels and am currently
running the application on localhost. Just wondering if anyone nows how to
set up these roles?
thanks.
roles, below is a small part of the code.
public bool IsInQCCRole()
{
return User.IsInRole(this.WebServer + "\\QCC");
}
Anyhow I want to test it and set different role levels and am currently
running the application on localhost. Just wondering if anyone nows how to
set up these roles?
thanks.