Hi

After I have submitted the following code as mentioned above:

  if (customer.IsAdmin)
                return new string [] ( 'Special');


But how do I then implement a particular category of role "Special"?
Should I put it into the Web.config (how?!?) or must I programming it somewhere?


Best regards,
Staffan