Is there a tool integrated with asp.net 2.0 to generate complex password? , otherwise, if nothing is integrated with .Net 2.0, what s usually used in good pratices?

The passwords re gonna be used for sql server logins. Those re the same logins we put in our connection strings to access Sql Server databases.

What I need, Instead of just picking ordinary easy passwords for my DB logins, I want those password to be generated in a complex value, then we ll put the generated complex passwords in both the conncetionstring and the sql server login credentials.

thanks