The IIS configuration may affect Appeon Server. Verify the IIS settings according to the IIS version that Appeon Server is installed.
If Appeon Server is running on IIS 7.0 or 7.5, verify the .NET Trust Levels is set to Full (internal) for AEM, Appeon, and Servlet views respectively in IIS Manager. Following is an example of how to verify the .NET Trust Levels for AEM view, you can follow the similar steps to verify for Appeon view and Servlet view.
Step 1: Open IIS Manager, click Web Sites > DefaultWebSite > AEM, and double click .NET Trust Levels.
Step 2: Verify that Full (internal) is selected.
If Appeon Server is running on IIS 6.0, verify the following IIS settings after the Appeon Server installation:
Step 1: Verify that the running mode of IIS is Worker Process Isolation Mode.
-
Open IIS Manager, right click Web Sites and select Properties.
-
In the Web Sites Properties window, select the Service tab, and make sure the "Run WWW service in IIS 5.0 isolation mode" option is not selected.
Step 2: In Web Service Extensions, verify that ASP.NET v4.0.30319 is set to Allowed.
Step 3: Verify that the ASP.NET version of the AEM, Servlet, and Appeon virtual directories is 4.0.
The Appeon virtual directory is automatically configured during the Appeon Server installation.
Follow instructions below to check the ASP.NET version of the Servlet virtual directory. The steps to check the AEM virtual directory are similar.
-
Right click Servlet under the Web site and select Properties.
-
In the servlet Properties window, select the ASP.NET tab and check the ASP.NET version setting.
Step 4: Verify the application pool settings of AppeonAppPool for Appeon Server. By default, AppeonAppPool is automatically configured during the Appeon Server installation. It is not recommended to change the default settings.
During the runtime of an application, information such as user sessions and database transaction will be stored in the memory. If Appeon Server is restarted, the information will be lost, which results in the failure of the application. Besides that, in order to guarantee the completeness of the information, Appeon Server cannot be run in multiple processes. Follow steps below to configure the application pool for Appeon Server:
-
Right click AppeonAppPool and select Properties.
-
In the AppeonAppPool Properties window, make sure the following settings are not selected in the Recycling tab.
-
Select the Performance tab. Verify that the Idle timeout setting is not selected, and the Web garden value is set to 1.
-
Select the Health tab. Verify that the Enable pinging and Enable rapid-fail protection settings are not selected.
Step 5: Verify the Web site properties.