A: IIS uses something called Just In Time (JIT) compilation, which compiles ASP.NET pages as they're accessed the first time. Then this compilation is cached in the AppPool, so subsequent accesses are fast. If a site isn't accessed for a long time...
ELMAH, short for Error Logging Modules and Handlers, is an error logging solution that can be easily added into ASP.NET applications in order to trap and report on unhandled exceptions. It's a fantastic solution that all ASP.NET web developers...
Spoon.net, from Spoon, is a public-facing, cloud-based application virtualization service. You make an account at the Spoon.net website, install a small "plugin," and click launch to start a variety of applications. The applications are cached on...