fix checklist

This commit is contained in:
Tommy Parnell
2016-10-04 07:09:42 -04:00
committed by GitHub
parent 1fee050c43
commit 561b07ef3e

View File

@@ -6,3 +6,5 @@
- [ ] Enable Retail Mode - Enable retail mode in the machine.config file on the production server you are hosting your site on. You can find the file in the locations: `32-bit - %windir%\Microsoft.NET\Framework\[.NET Version]\config\machine.config`, `64-bit - %windir%\Microsoft.NET\Framework64\[.NET Version]\config\machine.config` - [ ] Enable Retail Mode - Enable retail mode in the machine.config file on the production server you are hosting your site on. You can find the file in the locations: `32-bit - %windir%\Microsoft.NET\Framework\[.NET Version]\config\machine.config`, `64-bit - %windir%\Microsoft.NET\Framework64\[.NET Version]\config\machine.config`
- [ ] Check Site On ASafaWeb.com - Scan your site for security vulnerabilities at ASafaWeb.com. - [ ] Check Site On ASafaWeb.com - Scan your site for security vulnerabilities at ASafaWeb.com.
- [ ] Upgrade to .NET 4.6 - Upgrade to .NET 4.6 to enable [randomized hashes](https://msdn.microsoft.com/library/jj152924.aspx). - [ ] Upgrade to .NET 4.6 - Upgrade to .NET 4.6 to enable [randomized hashes](https://msdn.microsoft.com/library/jj152924.aspx).
- [ ] Compile in release mode
- [ ] Precompile razor views