How Do I Change the Default Port Number in AgileForms?

To change the port number for AgileForms from the default port of 81, do the following.

Prerequisites

Navigation

  1. On the AgileForms Server machine, open a text editor.

Instructions

  1. In a text editor, open the file [AgileForms Server installation folder]\FS2\overrides.txt.
  2. Add the following line:
     HTTPServerPort: [new port number]
  3. Open SQL Server Management Studio, and navigate to the Site_Master database.
  4. Open the site table.
  5. Update fs_port with [new port number].
  6. In a text editor, open the file [AgileForms Server installation folder]\AFProxy\default.aspx.
  7. Modify the following value:
    Dim FirmstepPort As Long = [new port number]
  8. In a text editor, open the file [AgileForms Server installation folder]\Webroot\Controls\TopBar.ascx.
  9. Modify the following value:
    Change the line int tbPort = [new port number]
  10. Restart Firmstep service.
  11. Reset IIS.