C
Craig Vedur
I need to build in some role authentication for a web app... so, going to
use the web.config to build my rules for the location files.
my question is.. does anyone know?
on my development box (out of work), i'm out XP Pro... and i've created
some groups and users to test it...
in the real deal, it's going to be Win 2003 Server using Active
Directory..... Obviously, i dont have AD on XP Pro..... Is it the same
thing? Will it work the same?
Will web.config be able to recognize the groups that a user belongs to to
correctly authorize viewing a page based on role authentication?
So, will IsInRole() check against groups created in Active Directory on
Win2003 Server?
use the web.config to build my rules for the location files.
my question is.. does anyone know?
on my development box (out of work), i'm out XP Pro... and i've created
some groups and users to test it...
in the real deal, it's going to be Win 2003 Server using Active
Directory..... Obviously, i dont have AD on XP Pro..... Is it the same
thing? Will it work the same?
Will web.config be able to recognize the groups that a user belongs to to
correctly authorize viewing a page based on role authentication?
So, will IsInRole() check against groups created in Active Directory on
Win2003 Server?