I'd have to implement my own security for the application (windows form).
The application is for internal use (10 users) but security is very important due to sensitive data. (SQL Server 2008 is in the back end, .NET 4.0)
I don't have a login form but I have a connection string in app.config
. So I guess that maybe app.config
is a good place to implement AD groups? Or borrow asp.net membership provider?
Thanks for advice.