Title Page Previous Next Contents | Installation

Installation

Make sure all Windows programs are closed before you begin the installation.
Run the 2X Access Portal setup program by double clicking on the ‘2XWebPortal.msi’, or ‘2X WebPortal-x64.msi’ file on the IIS machine that will be used as your access point to the published applications from the Web Portal.
We recommend that you do not install the 2X Cloud Portal on an Active Directory machine.  
A welcome dialog box will appear. Close other Windows programs and click ‘Next’.
Welcome to the 2X Cloud Portal Setup Wizard
After reading the End-User License Agreement, check the ‘I accept the terms in the License Agreement’ checkbox and click on ‘Next’.
Accept End-User License Agreement
The 2X Web Server Port screen displays and you are asked to assign the port on which the 2X Web Service will be installed. By default, the 2X Cloud Portal is installed on port 81.
NOTE:   The 2X Secure Client Gateway is installed on port 80 by default and is configured to forward HTTP requests to the local host, on port 81. Therefore, Clients will still be able to access the 2X Web Portal from port 80. You can choose to install the 2X Web Service on any other port, and you can also use an existing port used by other web sites.
In this scenario, the service will be installed under the web site configured on port 81.  Click ‘Next’.
Cloud Portal – Web Server Port Number
Click on ‘Install’ to begin the installation.
Cloud Portal Installation
Setup will copy the required files and will create an IIS application on the machine.
Web Portal – Copy Files to IIS Machine
Note: Please note that IIS7 caches dynamic content as well as static content.
To disable the caching for .aspx, .asmx and .ashx pages for the 2X Cloud Portal directory with an asp.net page that depends on the session state. please perform the following on the ‘2X Web Server’, ‘2XWebPortal’ and ‘2XWebService’. These are shown in the following screenshot.


Disabling Caching for folders consisting on .aspx, .asmx and .ashx

  1. Run the Server Management console.
  2. Navigate to Roles -> Web Server (IIS) -> Internet Information Services.
  3. Repeat steps 4 to 12 for the following sites; ‘2X Web Server’, ‘2XWebPortal’ and ‘2XWebService’.
  4. Select the folder that contains the .aspx, .asmx and .ashx pages you need to turn caching off for.
  5. In the Feature View, double-click “Output Caching”.
  6. If there is a rule there already for the .aspx extension double click it and continue from step 8. Otherwise right click and select “Add...”
  7. Enter .aspx for the “File name extension”
  8. Check “User-mode caching”
  9. Select “Prevent all caching”
  10. Check “Kernel-mode caching”
  11. Select “Prevent all caching”
  12. Click OK.
  13. Close the Server management Console.