Skip to content

Installation of Client tier

DeclanBuckley edited this page Jan 21, 2021 · 24 revisions

Home / Installation / Client Tier

The PxStat Application Client Tier Installation and set up of Open IIS.

Please read the Requirements first.

Download and install the URL Rewrite module for IIS.

Create the inetpub/pxstat/client folder where to copy the source code of the Client tier.

image

Create the inetpub/logs/pxstat/client folder where to store the IIS logging.

image

Open IIS.

Select Internet Information Servies (IIS) Manager from the Tools menu on the Server Manager dashboard.

image

Open the Server Certificates at the root level of the IIS Server.

image

Import the SSL Certificate for your domain.

image

Create new Website.

image

Go to the new website.

image

Add HTTPS binding against your SSL Certificate.

image

Check that index.htm and index.html are in the default documents.

image

Setup Logging.

image

Add the HTTP_COOKIE Server Variable in order to handle shortcuts.

  • Open the URL Rewrite module.
  • Click on View Server Variables....
  • Click on Add... and type the Server variable name of HTTP_COOKIE.

image

image

Clone this wiki locally