Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanted to jot down security options in .net got a few that are listed below anyone else can think of some more :)

1. SQL Injection: Avoid allowing special characters to be typed in controls.
2. Web Services: Custom encryption and decryption.
3. SQL Server: Always have text encrypted when deploying.
4. Passwords: Encrypt them and hide them when taking logs.
5. Always have custom pages shown for errors like 400, 503 etc…
Posted

Start by reading .Net Framework Security [^] guidelines.
 
Share this answer
 
File encryption and decryption
Algorithm selection
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900