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