I am using memebership.validateuser function to validate the user in Asp.net MVC 3 but I dont find it safe enough for SQL injection.
The method is taking two parameter usernme and password and then services checks for it from the values stored in its memebership table which is encrypted with salt.
Can we have another menthod to to this functionality that will be much more safe than memebership or Asp.net membership validuser service is secure enough and I should stick with it???