- Split the service and GUI into separate processes for stability purposes.
- Introduced full support for the 32-bit and 64-bit windows 2008, Vista and 7.
- Removed support for standalone process, the server must be run as a service.
- Can be overridden by passing /standalone to the service executable.
- The service now keeps track of any errors in the "{installed folder}\ErrorLogs\" folder.
- This is speaking of actual errors such as the inability to start a site, and not referring to HTTP errors.
- Implemented remote management. The management application connects to the service on TCPIP port 76947.
- Remote management connections are disabled by default and must be enabled by clicking on the server root in the management application and checking the "Allow remote managements" check box.
|