Changes between Version 29 and Version 30 of ConfigureGuide24Windows


Ignore:
Timestamp:
Aug 28, 2014, 5:24:04 AM (10 years ago)
Author:
davidwilhelmsson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide24Windows

    v29 v30  
    11[[PageOutline]]
    22
    3 = Install MapGuide 2.4/2.5 on IIS =
     3= Install MapGuide 2.4 on IIS =
    44
    5 Step-by-step instructions to installing MapGuide 2.4/2.5 on IIS.
     5Step-by-step instructions to installing MapGuide 2.4 on IIS.
     6
     7These instructions should also work with MapGuide 2.5/2.6. Rename occurrences of "2.4" and "24" with the corresponding MapGuide version.
    68
    79== Prerequisite: Microsoft .NET Framework 4 ==
     
    4749
    4850 * MapGuide Enterprise 2011 Server or Infrastructure Map Server 2012 = MapGuide 2.2 or older
    49  * Autodesk Infrastructure Map Server 2013 = MapGuide 2.4/2.5
     51 * Autodesk Infrastructure Map Server 2013 = MapGuide 2.4
    5052
    5153== Install MapGuide ==
     
    6264 1. For Windows 7, open Start -> Control Panel -> System and Security -> Administrative Tools -> Internet Information Services (IIS) Manager
    6365 1. Open [root]\Application Pools -> Actions -> Add Application Pool...
    64   * Name: MapGuide24AppPool (or MapGuide25AppPool)
     66  * Name: MapGuide24AppPool
    6567  * .NET Framework version: .NET Framework v4.0.30319
    6668  * Managed pipeline mode: Integrated
     
    7577 1. Open [root] -> ISAPI and CGI Restrictions -> Actions -> Add...
    7678  * ISAPI or CGI path: C:\Program Files\OSGeo\MapGuide\Web\www\mapagent\isapi_MapAgent.dll
    77   * Description: MapGuide 2.4 MapAgent ISAPI handle (or MapGuide 2.5 MapAgent ISAPI handle)
     79  * Description: MapGuide 2.4 MapAgent ISAPI handle
    7880  * Allow extension path to execute: True
    7981  [[br]][[Image(screenshot.4.jpg)]]
     
    9395  * Module: FastCgiModule
    9496  * Executable (optional): C:\Program Files\OSGeo\MapGuide\Web\Php\php-cgi.exe
    95   * Name: MapGuide_2.4_PHP_via_FastCGI (or MapGuide_2.5_PHP_via_FastCGI)
     97  * Name: MapGuide_2.4_PHP_via_FastCGI
    9698  [[br]][[Image(screenshot.6.jpg)]]
    9799  * Do you want to create a FastCGI application for this executable? Yes
    98100 1. Right-click [root]\Sites\Default Web Site\mapguide\mapagent -> Convert to Application
    99101  * Alias: mapagent
    100   * Application pool: MapGuide24AppPool (or MapGuide25AppPool)
     102  * Application pool: MapGuide24AppPool
    101103  * Physical path: C:\Program Files\OSGeo\MapGuide\Web\www\mapagent
    102104  [[br]][[Image(screenshot.7.jpg)]]
     
    109111  * Request path: mapagent.fcgi
    110112  * Executable: C:\Program Files\OSGeo\MapGuide\Web\www\mapagent\isapi_MapAgent.dll
    111   * Name: MapGuide 2.4 MapAgent ISAPI handler (or MapGuide 2.5 MapAgent ISAPI handler)
     113  * Name: MapGuide 2.4 MapAgent ISAPI handler
    112114  [[br]][[Image(screenshot.8.jpg)]]
    113115  * Open Request Restrictions...
     
    122124 1. For .NET API: Right-click [root]\Sites\Default Web Site\mapguide -> Add Application...
    123125  * Alias: mapviewerajax
    124   * Application pool: MapGuide24AppPool (or MapGuide25AppPool)
     126  * Application pool: MapGuide24AppPool
    125127  * Physical path: C:\Program Files\OSGeo\MapGuide\Web\www\mapviewernet
    126128  [[br]][[Image(screenshot.11.jpg)]]