How to implement Role Enabled Security in Visual Basic 2005 ?

  • Thread starter Thread starter Luqman
  • Start date Start date
L

Luqman

How to implement Role Enabled Security in Visual Basic 2005 Windows
Application, like we do in ASP.Net 2.0 ?

I want to use Sql Server Membership Security for Adding Roles and Users.

Can I use system.web.security in Windows Application for this purpose ?

Best Regards,

Luqman
 
Yes.

I actually wrote a small utility in winforms.

The utility lets you load up a few txt files, and adds

Users
Roles
User_To_Roles

based on the info in the text files.

It helps with a new deployment, where I have new users, and need a bulk way
to add them.

It adds the info to the db I specify in the winforms app.config file (which
is just a copy of what the web.config file has).
 
Back
Top