Add Caching for Static Assets (IIS) Increase performance and reduce bandwidth use by adding caching directives that browsers will use to cache static assets client side.
Enable/Disable Directory Browsing (IIS) Turn directory browsing on or off. Can prove useful during development.
Manage Static Rewrite Rules with RewriteMaps (IIS) Centrally manage any number of redirect and rewrite rules by leveraging an external RewriteMap configuration file.
Keep Rewrite Rules In Separate File (IIS) Keep your rewrite rules outside of web.config with this simple technique.
Whitelist/Blacklist IP Addresses (IIS) Only allows requests from a specified set of IPs. Useful when a site is under development or maintenance.
Enable GZip Compression (IIS) Reduce file sizes and increase response performance by enabling GZip compression of text-based responses.
Rewrite URL as Query String Parameters (IIS) Create SEO friendly URLs by tokenizing the URL into query_string parameters.