Re: role based security



Well Arne it would be the best to ask your Network Admin whether there is a
GROUP or Role in Active Directory called
price list. Or maybe you have a BUILT IN roles in your windows system.
Patrick
** if yes then the code you posted is checking whether the user logged in
belongs to that ROLE


"Arne Garvander" <ArneGarvander@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D1693BDF-2910-4824-A92F-D248D19033BE@xxxxxxxxxxxxxxxx
I inherited an Asp.net 1.1 web app with the following line
if (Page.User.IsInRole("price list")) ...

How do I get anyone in to a role?
Does it have anything to do with Windows security?

--
Arne Garvander
(I program VB.Net for fun and C# to get paid.)


.