Set Up IIS 7.0

In IIS 7.0, do the following before you install AgileForms:
  1. On the AgileForms Server machine, open the file C:\Windows\System32\inetsrv\config\ApplicationHost.config
  2. Modify the following value:
    • Old value - <section name="httpErrors" overrideModeDefault="Deny" />
    • New value - <section name="httpErrors" overrideModeDefault="Allow" />
  3. Save and close ApplicationHost.config.