Changes between Version 36 and Version 37 of ConfigureGuide22Windows


Ignore:
Timestamp:
Sep 1, 2010, 3:48:22 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide22Windows

    v36 v37  
    104104 3. Configure IIS 7. Open IIS Manager by going to Control Panel->Administrative Tools->IIS Manager.
    105105
    106  * Create Application Pool. Suppose you know how to open the GUI to add application pool, here we only list the values of the fields in GUI
     106 a. Create Application Pool. Suppose you know how to open the GUI to add application pool, here we only list the values of the fields in GUI
    107107{{{
    108108Name: MapGuideAppPool 
     
    111111Start Application Pool Immediately: true
    112112}}}
    113  * IIS configuration has several levels, the topmost levle is Server(or Host), then Sites, Virtual Directory. The configuration of lower level can inherate from its parent layer. For this reason, we only configure Server level. In the left panel, select what every your machine name is, there should be a list of configuration categories in the right panel. The important categories are Handler Mapping, ISAPI and CGI Restrictions
     113 b. IIS configuration has several levels, the topmost levle is Server(or Host), then Sites, Virtual Directory. The configuration of lower level can inherate from its parent layer. For this reason, we only configure Server level. In the left panel, select what every your machine name is, there should be a list of configuration categories in the right panel. The important categories are Handler Mapping, ISAPI and CGI Restrictions
    114114
    115  * Handler Mapping->Add Module Mappings, add the following module mappings
     115 c. Handler Mapping->Add Module Mappings, add the following module mappings
    116116   1. FastCGIModule
    117117{{{
     
    129129}}}
    130130
    131  * ISAPI and CGI Restrictions. Add the following restrictions:
     131 d. ISAPI and CGI Restrictions. Add the following restrictions:
    132132   1. Map Agent ISAPI Handler
    133133{{{
     
    143143}}}
    144144
    145  * Add Applications to Default Web Site. Right-click Default Web Site->Add Application
     145 e. Add Applications to Default Web Site. Right-click Default Web Site->Add Application
    146146{{{
    147147Alias: mapguide