Zalmoxis Blog Rotating Header Image

Authorization Store for .Net – .NET Sql Authorization Manager (NetSqlAzMan)

Recently I started looking for best way to implement authorization for my Smart Client application (Windows Forms application communicating with WCF Services). At firs I considered the MS AzMan (Microsoft Authorization Manager) with Security Application Block from Microsoft Enterprise Library. But AzMan requires Windows 2003 Server. Then I thought about implementing my own authorization components.  And all of a sudden after researching using all my search engine skills I have found a solutions and it is the .Net Sql Authorization Manager (NetSqlAzMan).

.NET Sql Authorization Manager is an authorization manager for .NET  Framework 2.0 developed applications (smart-client/web). The authorizations storage is MS Sql Serveur 2000/2005.

I read the whole guide and everything sound so easy and straightforward. So I want to say “thank you” Andrea Ferendeles the creator of NetSqlAzMan.

You can download .Net Sql Authorization Manager here : NetSqlAzMan at sourceforge.

I will appreciate your comments on this because I still have not implemented my authorization but I am sure that this NetSqlAzMan will save me a lot of work.

Popularity: 1% [?]

Post to Delicious Post to Digg Post to Facebook

Related posts:

  1. .NET Framework Client Profile – First Touch I wanted to experiment for a while with .Net Framework...
  2. Resolving ClickOnce Issues with FireFox and Opera The project I am working on for the last two...
  3. Windows Live Social Network – Will It Succeed? At the beginning of December most of the Windows Live...
  4. Малко размисли за Управлението на Проекти и Project Manager-a Бях доста добре провокиран от един пост, който четох днес...

Leave a Reply