...
Expand | ||
---|---|---|
| ||
From Server Manager, select the “Add Roles and Features” from the Manage option. Press Next on the Before You Begin page. Select the Role-based on feature-based installation option. From the server selection, choose the destination server for the installation, press Next. From the server roles list, select the Web Server (IIS) role, and when prompted, select “Include management tools (if applicable), and press Add Features. From the features list, tick the ASP.NET 4.7 (or later) option that is available. From the list of role services, add any of the ticked services. Add the following from the “Application Development” section. Press Next and finalise the addition of the roles to the server. |
Creating a SQL Login for the Connector
Open SQL Server Management Studio and connect to the production/test SQL Server.
Note: If you have an existing SQL Login that may already be in use from the ‘SupplierConnect’ portal, this can be used, and this step can be skipped.
Expand | ||
---|---|---|
| ||
|
Create Web Site Folder and Set Access Rights for IIS Users
Navigate to the C:\inetpub\wwwroot directory, and create a new folder caed called “FworkCloudConnector”
...
Add Read/Write/Modify permissions for the built-in group “IIS_IUSRS”
...