Changes between Version 6 and Version 7 of Release/2.4/Notes
- Timestamp:
- 04/20/12 09:03:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.4/Notes
v6 v7 93 93 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 * Uninstallation can leave "ghost" IIS virtual directories behind, which currently include: 96 * dotnetviewersample 97 * dotnetsamples 98 * mapviewernet 99 * Any virtual directory / application you create inside the mapguide virtual directory 100 These "ghost" directories can impact on future installations. To ensure these "ghost" directories are completely gone after uninstallation, use the appcmd.exe utility to remove these virtual directories. You can find out what virtual directories are still there by running 101 {{{appcmd.exe list vdir}}} 95 102 * 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 103 * #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: