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