Restarting a .NET web application without restarting IIS
Sometimes you want or have to reset your web application, e.g. you did an update on some data, but the old data is still cached in the web application (most likely for performance) on the web server. … more