Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Navigate to Start Menu > Administrative Tools > Server Manager.
  2. Select 'Web Server (IIS)' in Server Manager > Roles.
  3. Click 'Add Role Services' and follow the Wizard.
  4. You also need to select '''Windows Authentication''' if  if you will be using [http://docs.frevvo.com/docs/index.php/V4_Working_with_LDAP#Single_Sign_On_with_Frevvo.2C_IIS_and_Active_Directory frevvo and LDAP SSO] Live Forms and LDAP SSO

If this is not a new installation of IIS you can verify the installed roles: 

...

  1. Navigate to Start > Administrative Tools > Internet Information Services (IIS) Manager
  2. Click the Default Web Site (or the Web Site that should be responsible for proxying requests to ), and click on ISAPI Filters (on the right panel).
  3. Check if there is a Filter that points to the isapi_redirect.dll file and that it is in the right location. If not, click Add and create one. Enter '''jakarta''' as jakarta as the Filter Name and enter the location of the isapi_redirect.dll file.
  4. Click OK.

...

  1. Right-click on Default Web Site (or the Web Site that should be responsible for proxying requests to )
  2. Click on '''Add Virtual Directory'''
  3. Configure the alias to '''jakarta'''
  4. Set the path to c:\isapi\bin

...

If you already installed  you can test the IIS configuration by pointing your browser to: http://localhost/frevvo/web/static/home

Trouble Shooting

Sometimes the IIS and ISAPI configurations may not work as described above. In a number of cases this may be related
to specific settings in your environment. Here are some things to check:

...

  1. Right Click on the isapi forlder (c:\isapi if used the defaults)
  2. Select Properties. 
  3. In the General Tab select '''Advanced'''
  4. In the Advanced Attributes verify that the checkbox '''Encrypt contents to secure data''' is  is not checked.

IIS user permissions

...