Changes between Version 3 and Version 4 of Release/2.4/Notes


Ignore:
Timestamp:
Apr 18, 2012, 4:08:19 AM (12 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.4/Notes

    v3 v4  
    6161Please observe the updated software requirements if you are using .net and/or IIS configuration:
    6262
    63  * IIS (all versions) require FastCGI 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
     63 * 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
    6666
    6767To assist new MapGuide users and developers, the installer also now bundles the following optional components:
     
    7373All 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.
    7474
    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.
     75Finally, 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.
    7676
    7777== Known Issues ==
    7878
    7979 * 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.
    8081 * 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:
    8182{{{<httpRuntime requestValidationMode="2.0" />}}}
    8283 * 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 Bundled 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 * 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.
    8485
    8586== API changes ==#ApiChanges