Web Applications on 64-bit Machines

Previous Next

See Also

If you intend to run your web application on a 64-bit Windows operating system, and the ASP uses the USoft Remote Rules Service, you must configure Microsoft Internet Information Services (IIS) to ensure that the application pool associated with your application runs in 32-bit mode.

To configure an application pool to run in 32-bit mode:

1. Open the IIS Manager. You can find this under Administrative Tools in the Control Panel.
2. Click Application Pools in the the left panel to display a list of available application pools.
3. Select the appropriate application pool in the middle panel.
4. Choose Advanced Settings in the right panel.
5. Check the "Enable 32-bit applications" checkbox.

For more information see: http://forums.iis.net/t/1162198.aspx.