Changes between Version 3 and Version 4 of Release/2.4/Notes
- Timestamp:
- 04/18/12 04:08:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.4/Notes
v3 v4 61 61 Please observe the updated software requirements if you are using .net and/or IIS configuration: 62 62 63 * IIS (all versions) require FastCGI to be installed. See [http://www.iis.net/download/FastCGI this link] for more information64 * The supported .net Framework version for the MapGuide .net API is 4.065 * For IIS6 and below, the installer will still set the ASP.net version to 2.0.50727. You will have to manually change the ASP.net version to 4.0.30319post-install63 * IIS (all versions) require FastCGI for IIS to be installed. See [http://www.iis.net/download/FastCGI this link] for more information 64 * The supported .net Framework version for the MapGuide .net API is '''4.0''' 65 * For IIS6 and below, the installer will still set the ASP.net version to '''2.0.50727'''. You will have to manually change the ASP.net version to '''4.0.30319''' post-install 66 66 67 67 To assist new MapGuide users and developers, the installer also now bundles the following optional components: … … 73 73 All bundled samples require the [http://download.osgeo.org/mapguide/releases/2.0.2/samples/Sheboygan.mgp Sheboygan dataset] to be loaded into the MapGuide Server. For Developer's Guide samples, the developer's guide data package needs to be loaded. These can be found in the root directories of the respective devguide samples in your MapGuide Web Tier installation. 74 74 75 Finally, due to coordinate system dictionary paths no longer tied to a global environment variable (RFC 122) a mandatory system reboot after installation is no longer requiredfor all supported versions of Windows. However, a restart of Apache and/or IIS may be required for PHP to work.75 Finally, due to coordinate system dictionary paths no longer tied to a global environment variable (RFC 122) a mandatory system reboot after installation is '''no longer required''' for all supported versions of Windows. However, a restart of Apache and/or IIS may be required for PHP to work. 76 76 77 77 == Known Issues == 78 78 79 79 * 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. 80 * 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. 80 81 * 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: 81 82 {{{<httpRuntime requestValidationMode="2.0" />}}} 82 83 * 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. 83 * For the IIS configuration or Bundledconfiguration 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.84 * 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. 84 85 85 86 == API changes ==#ApiChanges