Opened 2 years ago

Closed 2 years ago

#2847 closed defect (fixed)

MgInstantSetup: Needs flag to make 64-bit IIS application pool

Reported by: jng Owned by: jng
Priority: low Milestone: 4.0
Component: Installer Version:
Severity: trivial Keywords:
Cc: External ID:

Description

Right now if setting up for IIS, the InstantSetup tool does not disable the enable32BitAppOnWin64 setting on the application pool it creates.

This will cause the mapagent handler to fail because IIS will be treating it as a 32-bit application

Change History (1)

comment:1 by jng, 2 years ago

Resolution: fixed
Status: assignedclosed

In 9952:

Add new checkbox to explicitly state whether the IIS application pool to be created needs to support 32-bit applications or not. It is unchecked by default meaning that we assume by default we are doing an instant setup for a 64-bit MapGuide installation.

Fixes #2847

Note: See TracTickets for help on using tickets.