I'm building a pretty stock standard N-tier ASP.NET MVC website, and I'm trying to think of all the little miscellaneous tasks that people often forget to do when building a site.
Off the top of my head things like:
- Custom error pages
- Maintenance downtime handling
- Load testing
- etc.
What are the common things that people often forget?