I\'m working on a project that will use windows role providers and I want to limit functionality to certain AD groups.
With MVC, I could use an AuthorizeAttrib
AuthorizeAttrib
You can set this up in web.config with the authorization element.
Basically domain groups are translated into roles when using . You can read more about it on MSDN