8. Install the prerequisites on your Perception Application Server server
The following applications need to be installed on your Perception Application Server server.
These programs must be installed and configured before you install Perception Application Server. Click on the individual program to see instructions and notes on its installation and configuration. Alternatively, you can use the Web Platform Installer to download and automatically install most of the prerequisites at once, instead of downloading and installing each application individually.
Programs marked (manual) must be downloaded and installed manually and cannot be downloaded via the Web Platform Installer.
Details for configuring Microsoft AppFabric can be found on the following page, step 9 (Configure AppFabric).
Required applications
-
The .NET 3.5 Framework is already installed on Windows Server 2008 R2, but it needs to be enabled.
To enable the .NET Framework 3.5 on Windows Server 2008 R2:
- Click Start | Administrative Tools | Server Manager
- Select Features
- Click Add Feature
- Place a check in the .NET Framework 3.5.1 Features check-box
- Click Add Required Feature
- Click Next followed by Install
- Once it has finished installing, click Close
Once setup, you will need to enable the WCF portion of the .NET Framework 3.5. To do this:
- Launch the command line
- Navigate to:
C:\WINDOWS\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\ - Enter the following and press Enter:
ServiceModelReg.exe -iru
-
You can download .NET 4 from:
Once downloaded, double-click on the installer and follow the instructions to install .NET 4.
-
You can download ASP.NET MVC 2 from:
To download and install:
- Navigate to the above site
- Download AspNetMVC2_VS2008.exe
- Once downloaded, double-click on the file to launch the installer
- Accept the end user license agreement and allow it to install
- Click Finish to close the installer once the program has completed installing
- ASP.NET MVC 3
You can download ASP.NET MVC 3 from:
To download and install:
-
- Navigate to the above site
- Use the Web Platform Installer to install MVC 3, or use the direct link to download the installer
- If you chose to download the installer, double-click on the file to launch the installer
- Accept the end user license agreement and allow it to install
- Click Finish to close the installer once the program has completed installing
- Microsoft Chart Controls for Microsoft .NET Framework 3.5 (manual)
You can download Microsoft Chart Controls for Microsoft .NET Framework 3.5 from:
Microsoft Chart Controls for Microsoft .NET Framework 3.5
To download and install:
- Navigate to the above site
- Download MSChart.exe
- Once downloaded, double-click on the file to launch the installer
- Accept the end user license agreement and allow the program to install
- Click Finish to close the installer
- Internet Information Services (IIS) 7.5 (manual)
You will need to ensure that you have administrative user rights on the server on which you plan to install IIS.
To install IIS:
-
- Click Start | All Programs | Administrative Tools | Server Manager
- In the Server Manager window, scroll down to Roles Summary, and then click Add Roles. The Add Roles Wizard will start with a Before You Begin page. The wizard asks for verification of the following:
-
- The administrator account has a strong password
- The network settings, such as IP addresses, are configured
- The latest security updates from Windows Update are installed
- Select Web Server (IIS) on the Select Server Roles page. An introductory page will open with links for further information.
- Select the IIS services to be installed on the Select Role Services page. Add the following modules, and click Next:
-
- Static Content
- Default Document
- ASP
- ASP.NET
- .NET Extensibility
- CGI
- ISAPI Extensions
- ISAPI Filters
- Windows Authentication
- IP and Domain Restrictions
- IIS Management Console
- IIS Management Scripts and Tools
- IIS 6 Management Components (or the whole IIS 6 Management Compatibility subtree)
- Click Add Required Role Services
- Wait for IIS to complete installing, and click Finish
Once IIS is enabled, make sure the ASP.NET State Service is running. To do this:
-
- Click Start | Administration Tools | Services
- Locate and right click on the ASP State Service entry
- Click Properties
- Make sure the Startup type is set to Automatic
- Click Start to start the service now
- Click OK and exit out of the Services window
Running 32-bit applications in 64-bit IIS
If you are planning to run 32-bit applications (i.e., Perception) in a 64-bit version of IIS, you will need to ensure that the correct settings are enabled. The settings are enabled by running specific commands and parameters from the command line. You will need to launch the command line prompt as an administrative user (you can do this by logging in as an administrative user or by right-clicking on the command prompt icon and clicking Run as administrator).
To enable 32-bit applications to run in 64-bit IIS, enter the following command at the prompt:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
To enable the 32-bit version of the .NET 2.0 Framework for use with Perception, you will need to run the following command:
%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
...or, if that is unavailable, try:
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
You can download Windows Server AppFabric 6.1 from:
For complete instructions about how to install AppFabric, please refer to the following:
Windows Server AppFabric installation and configuration guide
To install AppFabric:
- Double-click the file you downloaded
- Click Yes to accept the terms and conditions, followed by Next
- Select you preferences for the Customer Experience, Help Improve, and Critical Updates options, and click Next
- Select the following features and click Next (uncheck the other options so that only the following features are selected)
- Runtime Features (automatically checked when the option below is checked)
- Caching Services
- Administration Tools (automatically checked when the option below is checked)
- Cache Administration
- Click Install to start the installation process
Once AppFabric is installed, you will be asked if you want to configure it. For the time being, uncheck the checkbox and exit the installer. Once you have finished installing all the requisites, you will need to come back and configure AppFabric. Configuring AppFabric for Perception will be discussed later in this guide in step 19 (Configure AppFabric).