Set Up NLINK ADC to SAP Solution with Windows Server 2016 IIS 10.x
Follow these steps to install the NLINK ADC to SAP Solution on Windows Server 2016 IIS 10.x.
Step-by-step guide
There are two main components:
Setting up IIS 10.x
Setting up the ADC application on IIS
Each of these steps is described in detail below.
Setting up IIS 10.x
The NLINK ADC to SAP Solution uses Microsoft’s ASP.NET components. For the NLINK ADC to SAP Solution to work properly, IIS 10.x on Windows 2016 should be setup to support the ASP.NET “Role Service”.
ASP.NET Role Service should be explicitly installed. When installing ASP.NET Role Service, make sure that any related “Role Services” are selected. By default the “Add Roles Wizard” prompts for required additional roles (e.g ISAPI Extensions, ISAPI Filters, etc.).
Launch Server Manager
Click Add roles and features
In the next screen click Next
Depending on Server Manager setup, you may not see this screen.- Select “Role-based or feature-based installation” and click Next.
- Make sure your Server Selection is correct. You should see your server name in the Server Pool window. Click Next.
- In the next screen, select “Server Roles” in the left-hand pane and check the “Web Server (IIS)” option. Click Next.
- In the pop-up box, click Add Features to continue.
Once the pop-up box closes, click Next in the “Server Roles” window. - In the Features screen, make sure ”.NET Framework 4.6” is selected (and installed). Click Next.
- In the Web Server Roles screen, click Next again.
- In the Role Services screen, select “Application Development” and expand it.
- Under ‘Application Development’, select “ASP.NET 4.6”.
- ISAPI Filters, ISAPI Extensions, and .NET Extensibility 4.6 were not already added, a pop-up window asking you to add these features appears. Click “Add Features”.
- Once the dialog closes, in the “Add Roles and Features Wizard” window, click Next to continue.
- The next screen shows a summary of roles, services and features to be installed. Click Install.
- The next screen shows the progress of the installation.
- If the installation is successful, you should get the final screen shown below. Click “Close” to exit.
Setting up the ADC application on IIS
The NLINK ADC to SAP Solution’s IIS component needs to be installed as an application on IIS Server. The following steps detail this process:
- Launch “IIS Manager”.
- Select the web site under which the new application should be added (in this case, “Default Web Site”).
- Stop the selected web site first.
- Right-click and select Add Application.
- In the Add Application dialog, enter the following:
- Assign an “Alias” such as
ADC
and select “Application Pool”. The NLINK ADC to SAP Solution’s ASP.NET application should be assigned an Application Pool that allows 32-bit applications to run. If IIS defaults are used then the "Default App Pool” can be used. - For “Physical Path” choose the folder of the installed ASP.NET application. (The default location is “C:\Program Files (x86)\Junot Systems\NLINK Server\CoNNectors\ADC5”.)
- Click “OK” to complete setting up the NLINK ADC to SAP Solution’s ASP.NET application.
- Assign an “Alias” such as
- If successful, you should see alias "ADC" (or whatever you chose to name it) added under the selected web site (e.g., Default Web Site).
- Start the web site.
- You should see the NLINK ADC Website on your default browser.
That's it. You're done!
Related articles