tags:

views:

26

answers:

1

Has anyone implemented Active Directory verification instead of SQL Server with this framework? Where can I find some information on this?

+1  A: 

Hello,

You would more than likely need to implement the something like this in a DataPortal_Fetch of a EditableRootList. You would pass the AD Object as an argument to the Child's constructor and populate the BO.

Thanks -Blake Niemyjski (Author of the CodeSmith CSLA Templates)

Blake Niemyjski