HTTP Commander AJS 1.5
Manual
  Home page
free Installation assistance

COM registration

When the application works under logon user role, but hasn't the right to read user group membership or home folder info, you can register COM library. It can work as a domain admin and always has access to group list. If you want to use COM to read groups, you need to set "com" value for readWindowsUsersGroupMembership key at web.config file and register COM.

How to register COM library:

1. Start the Administrative Tools->Component Services tool.
2. Navigate to Component Services, Computers, My Computer, and then COM+ Applications.
3. Right-click COM+ Applications, and click New; then click Application.
4. Click Next when the COM Application Install Wizard starts.
5. Click the Create An Empty Application option.
6. Insert the name of the application, “HTCOMNET”, and make sure that Server Application is selected. Click Next.
7. Select This User check box, and insert user: DOMAINNAME\Administrator and his password. It should be domain admin to be sure that such user can read groups. Click Next
8. In the next dialog window click Add role button, insert the name of the role “Everyone” and click Ok, and then Next
9. Expand Everyone role in the tree and click on its “Users” node. Click “Add” button.
10. In the “Select users or groups” dialog window, insert the name of the object “Everyone”  and click Ok. Click Next and then Finish buttons.
11. Select and right-click the Components node under HTCOMNET application.
12. Click New, and then click Component.
13. Click Next when the COM Component Install Wizard starts.
14. Click Install New Component(s).
15. Copy the HTTPCommanderGroupsReader.dll into the  HTCOMNET\bin\ folder.
16. Click Next, and then click Finish.

See the example: