Changes between Version 5 and Version 6 of Release/2.4/Notes
- Timestamp:
- 04/19/12 06:20:59 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.4/Notes
v5 v6 25 25 ||Windows Server 2008||N/A||Yes|| 26 26 27 * IIS configuration will probably not work. Apache config maywork due to its self-contained nature27 * IIS configuration will probably not work. Apache config should work due to its self-contained nature 28 28 29 29 + Not tested, but similar enough to Windows 7 to theoretically work … … 70 70 == Installer notes == 71 71 72 Installing MGOS 2.4 preview alongside MGOS 2.2 or older releases is not a currently supported configuration72 Installing MGOS 2.4 preview alongside MGOS 2.2 or older releases '''is not a currently supported configuration''' 73 73 74 The installer does notcurrently support IIS Express as an IIS configuration option.74 The installer '''does not''' currently support IIS Express as an IIS configuration option. 75 75 76 76 Please observe the updated software requirements if you are using .net and/or IIS configuration: … … 94 94 * The installer will not remove the IIS virtual directories correctly if you specified a different virtual directory in IIS. For example, if you install with a virtual directory of "mapguide24" it will still remove the "mapguide" virtual directory on uninstall. 95 95 * IIS7.x: The installer does not properly configure the mapviewernet, dotnetviewersample and dotnetsamples directories as IIS applications if you enable such features in the installer. Workaround is to manually create these applications with IIS manager afterwards. 96 * An asp.net security setting prevents selection XML from being set from the .net viewer (#1984). The current workaround is to add the following line to web.config for the mapviewernet directory under the {{{<system.web>}}} configuration section:96 * #1984: An asp.net security setting prevents selection XML from being set from the .net viewer. The current workaround is to add the following line to web.config for the mapviewernet directory under the {{{<system.web>}}} configuration section: 97 97 {{{<httpRuntime requestValidationMode="2.0" />}}} 98 98 * PHP Viewer and Developer's Guide samples will not work if the PHP viewer feature is not enabled. Likewise for .net and Java. Nothing in the installer will prevent you from making such a choice. 99 99 * For the IIS configuration or Apache configuration with a custom http port, you will have to update the WFS and WMS server name configuration properties via the MapGuide Site Administrator after installation if you intend to use such features. This is currently set to localhost:8008 for both. 100 * #1985: 32-bit IIS configuration does not work on 64-bit windows. To fix this, set the "Enable 32-bit applications" property to true on the IIS application pool that is created by the installer. 101 * We have used a non-standard binary build of Apache/PHP to produce this installer, as a result some PHP extensions and Apache modules may not be available. 100 102 101 103 == API changes ==#ApiChanges