Changes between Version 36 and Version 37 of ConfigureGuide22Windows
- Timestamp:
- 09/01/10 15:48:22 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigureGuide22Windows
v36 v37 104 104 3. Configure IIS 7. Open IIS Manager by going to Control Panel->Administrative Tools->IIS Manager. 105 105 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 GUI106 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 107 107 {{{ 108 108 Name: MapGuideAppPool … … 111 111 Start Application Pool Immediately: true 112 112 }}} 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 Restrictions113 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 114 114 115 *Handler Mapping->Add Module Mappings, add the following module mappings115 c. Handler Mapping->Add Module Mappings, add the following module mappings 116 116 1. FastCGIModule 117 117 {{{ … … 129 129 }}} 130 130 131 *ISAPI and CGI Restrictions. Add the following restrictions:131 d. ISAPI and CGI Restrictions. Add the following restrictions: 132 132 1. Map Agent ISAPI Handler 133 133 {{{ … … 143 143 }}} 144 144 145 *Add Applications to Default Web Site. Right-click Default Web Site->Add Application145 e. Add Applications to Default Web Site. Right-click Default Web Site->Add Application 146 146 {{{ 147 147 Alias: mapguide