|
I need to figure how which Server is more effective for storing information and for logins and passwords. can you guys help me out? |
|
Uh, SQL is a query language while ASP.NET is a web framework, two completely separate things. Typing you store logins/passwords in a database (that may or may not use SQL), and access that information with a server-side language, like ASP or PHP. |
|
Not to mention the fact that .NET has it's own SQL server. |
