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