how can I make my asp.net mvc 3 application 100 % secure. I am using a sql server 2008 db as a backend. I am also planning to use WCF to post data back to the db.
so my ideas sofar is using : -wcf request throttling -use the antiforgery token. The db has sensitive information so I dont want it to get compromised or accessed. What can i do make sure this is safe? Am I missing some other issues?