What all IIS features in regards to maintain application/optimization should an .NET (ASP.NET) architect or team lead should be aware of?
LIST of features
- HTTP Compression. This option significantly improves bandwidth utilization and application performs much faster.
- Load Balancing (chris-lively)
- Sessions (chris-lively) Different options for Session and reasons for / against its usage
- Application Pools (chris-lively)
- Security (chris-lively) How to break in and how to defend against it.
EDIT: Changed question to wiki. It would be better to put together all these at one place.