Install NX PCB Exchange Connect web application

This procedure shows how to install NX PCB Exchange Connect web application on a Windows Server 2019 Standard Edition and host them with the Internet Information Services (IIS).

Ensure that Google Chrome is installed and that the .NET Framework Features are activated on the Server Manager. For more information, see Activate .NET framework features.

The NX PCB Exchange Connect web app installation package app_<version>.zip contains the app folder containing the web application. This folder should be copied on the server, for example C:\pcbExchangeCloud\app.

  1. From the Start menu, launch Internet Information Services (IIS) Manager.
  2. In the Internet Information Services (IIS) Manager window, in the Connections pane, right-click Sites and choose Add Website.
  3. In the Add Website dialog box, enter the following information:
    • Site name=PcbExchangeApp or another meaningful name
    • Physical path=absolute path to the app folder, for example C:\pcbExchangeCloud\app
    • Type=https for a secure connection
    • Port=8880 or any other available port on the server
  4. From the SSL certificate list, select the appropriate valid SSL certificate installed by your IT team.
  5. Click OK.
    The PcbExchangeApp website is created in IIS and visible under Sites.
  6. Select the PcbExchangeApp website.
  7. In the Actions pane, in the Browse Website section, click Browse to test the website.
    The NX PCB Exchange Connect web application home page with its version number is displayed in the browser.
  8. In the web application, click Settings .
  9. On the Application tab, under Controls, in the NX PCB Exchange Connect Services URL option, enter the NX PCB Exchange Connect services URL you installed previously, for example https://localhost:8780.
  10. Click Save.
    You should now be able to access all the sections of the app without any errors.
Note:
After the app is deployed, it can be accessed from within the same network using the server's name or IP address instead of localhost.

You can assign a domain to your web application. If you decide to do so, please coordinate with your IT team to properly set up the DNS and secure the application. For example, if the pcb-connect DNS alias is set, you access the app using: https://pcb-connect:8880.