tags:

views:

18

answers:

1

I am creating a simple web management studio using SMO. Is it secure enough to persist/store user information (login and password for database) using ASP.NET mechanism (e.g. formsauthentication, cookies, etc.).

What will be the best practice to do this?

thanks