Exago Logo
Search
Generic filters
Exact matches only

Configuring IIS for Exago

This guide covers the IIS configuration details necessary in order to install Exago. First-time users are highly encouraged to use this guide during their installation process. Following these steps in order will reduce the amount of troubleshooting necessary to get Exago running.

  1. Install Prerequisites
  2. Install Exago
  3. Set the Application Pool
  4. Set Folder Paths and Permissions
  5. Check that the Web Site is Running
  6. Open the Admin Console

1. Install Prerequisites

Exago requires the following Windows Features to be installed:

  • Internet Information Services
    • Web Management Tools
      • IIS Management Console
    • World Wide Web Services
      • Application Development Features
        • .NET Extensibility
        • ASP.NET
        • ISAPI Extensions
        • ISAPI Filters
      • Common HTTP Features
        • Optional: WebDAV Publishing

Before installing Exago, please ensure that these features are present on your system. To verify, access the Windows Features panel via Control Panel > Programs > Programs and Features, and click Turn Windows features on or off.

programs_dialog.png

In the Windows Features dialog, expand Internet Information Services and ensure that the prerequisite features are selected. If any are not installed, check the relevant boxes, press OK, then restart the server.

Windows_Features_2017-09-08_09.17.38.png

These features are necessary in order for the proper Application Pools to be available.

2. Install Exago

At this point, Exago can be installed. For a detailed walkthrough, see Installing Exago on Windows.

3. Set the Application Pool

Next, verify that Exago is using a valid application pool.

Open IIS via Control Panel Administrative Tools Internet Information Services (IIS) Manager.

In the left-most Connections pane, select the Exago application.

In the right-most Actions pane, click on Advanced Settings…

In this menu, click on the […] button to the right of the Application Pool.

mceclip3.png

In the Select Application Pool menu, determine which of the app pools has the properties:

  • .Net Framework Version: 4.5
  • Pipeline mode: Integrated
mceclip0.png

Select this app pool, then press OK to close the App Pool menu, and then OK to close the Settings menu.

Next, ensure that the app pool is running. In the left-most Connections pane, select Application Pools.

Check the Status column for your selected app pool.

mceclip2.png

If it does not say Started, select the app pool and in the right-most Actions pane, press Start.

4. Set Folder Paths and Permissions

Exago uses a Temp and Report (pre-v2020.1) folders to store working data and the reports file system, respectively. Create folders in locations suitable for your environment.

The Reports folder should not be within the Exago application directory. This could cause timeout errors while using the application.

The Temp folder may contain sensitive report and database information. It should be in a secure location, inaccessible to web users.

Several Exago folders require you to set additional permissions for the application pool user. First, determine the user: Open IIS to the Application Pools pane, and look at the app pool which is running Exago. The Identity property indicates the application user:

mceclip5.png

By default, this is set to ApplicationPoolIdentity. This corresponds with the built-in user IIS_IUSRS. If this is a different user, then set permissions for that user account instead.

The following folders require the app pool user to have read/write permissions:

  • Config
  • Temp
  • MapCache
  • Reports (pre-v2020.1)
  • ApplicationThemes (v2020.1.3+)

Note

This process may differ slightly depending on the version of Windows.

First, right-click on the folder and select Properties.

Open the Security tab. Then click the Edit… button.

If the application pool user is not available to select, you need to add it. Press the Add… button.

Then enter the username in the dialog box, and press OK (the default app pool user is IIS_IUSRS).

With the user selected, check the box for Allow Full control. Then press OK.

Repeat this process for every folder listed above.

5. Check that the Web Site is Running

Before starting Exago, ensure that the Web Site is running. Open IIS, and in the left-most Connections pane, locate and select the web server under which Exago was installed

Verify in the right-most Actions pane that the Start button is greyed out, and the Restart and Stop buttons are available. If the Start button is not greyed out, press it to start the web server.

Next, in the left-most Connections pane, locate and select the web site under which Exago was installed.

Verify in the right-most Actions pane that the Start button is greyed out, and the Restart and Stop buttons are available. If the Start button is not greyed out, press it to start the web site.

6. Open the Admin Console

You’re almost done! To verify that Exago was installed correctly, open a web browser and navigate to http://[YourServerAddress]/[YourExagoVirtualPath]/Admin.aspx. If you see the Exago Administration Console, then your installation was successful.

In the Admin Console > General Settings, set your Temp and Reports paths to the folders you previously created. Then click Okay.

For versions v2020.1+:

Setup the Storage Management for storing reports, templates and themes.

Finally, navigate to http://[YourServerAddress]/[YourExagoVirtualPath]/ExagoHome.aspx. If you can see the Exago Web Application user interface, depending on version the Report Tree should be:

  • empty for versions pre-v2020.1
  • empty except for a My Reports and Public folder for versions v2020.1+

Congratulations! You’ve completed your first Exago installation.

Additional Notes

We highly recommend Setting up a State Server to handle Exago sessions.

If you need more assistance, contact Exago Support.

Was this article helpful?
4.5 out of 5 stars
5 Stars 0%
4 Stars 100%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Tags:
Table of Contents