CassiniEx Web Server Version 0.94.401 Copyright (c) 2004 SystemEx.NET http://www.systemex.net/CassiniEx All Rights Reserved. 2004-04-02 By Kiliman Based on Cassini Personal Web Server, a Shared Source License project from Microsoft Corporation. See LICENSE and Microsoft EULA CassiniEx is an enhanced version of the Cassini Personal Web Server developed by Microsoft. CHANGELOG Version 0.94.402 Released 2004-04-02 * Completely restructured configuration to be more like IIS * CassiniEx now distinguishes between Web Sites and Web Apps. * Major restructuring of the code to reduce number of MarshalByRef objects * Added support for allow/deny extensions * Added support for including web app configuations * Added ability to reload changed configuration without restarting web server. Version 0.94.321 Released 2004-03-21 * New configuation process... again * Can store configuration files in different locations * Added PathMap support * Added support to unload AppDomain after a certain amount of idle time. Version 0.94.318 Released 2004-03-18 * New configuation process * Fixed bug to gracefully handle AppDomain unloading when Web.config or assemblies are changed Version 0.94.317 Released 2004-03-17 * Added support for Keep-Alive connections * Added support for Last-Modified, If-Modified-Since header to reduce bandwidth * Fixed logging to log statuses like 404 Not Found and 304 Not Modified Version 0.94.315 Released 2004-03-15 * Initial version