What scaling techniques do you use in your ASP.NET website?
Page output caching
Tuning Relational Database Performance
I don't do anything special to scale.
NoSQL Database
Web farms (horizontal scaling)
Distributed caches (AppFabric Caching, Memcached, etc.)
Make use of CDNs
Data caching (Page / Controller Cache property)
Asynchronous request processing (e.g. AsyncController base class rather than Controller or similar for WebForms)
Separate servers for static vs. dynamic content
Other:
Vote
View Results
See this poll on:
https://poll.fm/6189305/embed