How to implement Role Enabled Security in Visual Basic 2005 ?

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
 
S

sloan

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top