11 | | 1. Open Start -> Control Panel -> Programs and Features -> Turn Windows features on or off |
12 | | 1. Install Internet Information Services, which also selects several default components |
13 | | 1. Install Internet Information Services -> World Wide Web Services -> Application Development Features -> .NET Extensibility |
14 | | 1. Install Internet Information Services -> World Wide Web Services -> Application Development Features -> ASP.NET, which also selects ISAPI Extensions and ISAPI Filters |
15 | | 1. Install Internet Information Services -> World Wide Web Services -> Application Development Features -> CGI |
| 11 | 1. Open Start -> Control Panel -> Programs -> Programs and Features -> Turn Windows features on or off |
| 12 | 1. Install: |
| 13 | * Internet Information Services, which also selects several default components |
| 14 | * Internet Information Services -> World Wide Web Services -> Application Development Features -> .NET Extensibility |
| 15 | * Internet Information Services -> World Wide Web Services -> Application Development Features -> ASP.NET, which also selects ISAPI Extensions and ISAPI Filters |
| 16 | * Internet Information Services -> World Wide Web Services -> Application Development Features -> CGI |
31 | | * [http://osgeo-org.1560.n6.nabble.com/MapGuide-2-4-on-Azure-Windows-Server-2012-NET-4-5-td5007390.html MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5] |
| 32 | === Manual configuration: IIS === |
| 33 | |
| 34 | If MapGuide has been installed with a manual configuration, IIS will need to be manually configured. |
| 35 | |
| 36 | 1. For Windows 7, open Start -> Control Panel -> System and Security -> Administrative Tools -> Internet Information Services (IIS) Manager |
| 37 | 1. Open [root]\Application Pools -> Actions -> Add Application Pool... |
| 38 | * Name: MapGuide24AppPool |
| 39 | * .NET Framework version: .NET Framework v4.0.30319 |
| 40 | * Managed pipeline mode: Integrated |
| 41 | * Start application pool immediately: True |
| 42 | |
| 43 | === Links === |
| 44 | |
| 45 | * [http://osgeo-org.1560.n6.nabble.com/MapGuide-2-4-on-Azure-Windows-Server-2012-NET-4-5-td5007390.html MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5] |