I have been using Authorization manager with ASP.net for several years. All
instances have been on a windows 2003 server. I have recently started moving
my web apps to a window 2008 server. I found that the COM interop need to be
upgraded and that AccessCheck no longer works. I had to replace it with
AccessCheck2. All that is working now however, I can no longer get
authorization through windows groups. That is to say, if I specifically
assign a user account to a role authorization works like a charm. If I try
to assign authorization for a group, authorization fails.
Any ideas?