I want to know what are few things i should test before going live. Basically i want to secure it from hacking threats. Are there some guidelines that i should follow in Asp.Net MVC for securing my website.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might like to learn how to use a tool like burpsuite, which will automatically check for stuff like sql injection attacks, enumeration attacks, but will probably not check for xss vulnerabilities, and other nasties.
You might also like to buy a book like web hacking exposed or the web application hacker’s handbook, which demonstrate the techniques that people use to hack websites.
Whilst your application might be very secure/hard to hack, placing it on an unsecured server (especially on shared hosting) might render all your hard work useless.
In the past, I’ve used third parties to pen-test web applications: if you do this make sure you get a detailed enough report to fix the problems; the ability to talk to someone about any issues they find; some guarantee about re-testing if any issues are found.