views:

782

answers:

1

We need to implement role-based security across our solution which has asp.net, winforms and web service entry points. We will also need some front end to configure it. I really don't feel like rolling my own,s I have done it a few times before and it is tedious.

I have historically not been a fan of the MS ABs because I found them to be over architected and inadequately unit-tested, but I haven't touched them for a few years.

Is the Security AB worth a look, or should I use an alternative? What would you recommend?

+2  A: 

It is early days still, but I have now investigated both the Security AB and another solution called NetSqlAzMan. I found the latter to be vastly superior - in fact it is absolutely fantastic.

http://netsqlazman.codeplex.com/

KevinT