0

I am new in asp.net While developing asp.net website, what consideration you will tack to make sure your website is secure ?

Swapnil
  • 654
  • 7
  • 27
Datta
  • 819
  • 3
  • 14
  • 27

1 Answers1

0

"secure" has many meanings, and what you do depends on the context.

For instance, "secure" can mean that you want to encrypt the pages. That means using SSL. Or it can mean that your site doesn't have common vulnerabilities, in which case you should check out https://www.owasp.org/index.php/.NET_Security_Cheat_Sheet

or

http://www.troyhunt.com/search/label/OWASP

Erik Funkenbusch
  • 92,674
  • 28
  • 195
  • 291