Installing Struct PIM Supplier portal
This page shows you how to install the Struct PIM Supplier Portal into an empty ASP.NET Web project.
Create Empty Web project
Create a new Empty ASP.NET Web Application (.NET Framework) project using .NET framework 4.7.2
Install Struct.PIM.SupplierPortal package from Nuget
Install the Struct.PIM.SupplierPortal package from your Struct Nuget source in to your newly created Web project.
This will install the Struct PIM Supplier portal along with its dependencies into your project.
Set up PIM database connection in web.config
Open your Supplier Portals project's web.config file and make sure the appSettings node has a subnode with the key Struct.PIM.ConfigurationVersion and a value corresponding to the version of Struct.PIM you have installed. This should automatically be set during the Nuget package install.
Locate the pimDbDSN connectionstring and set it to match your credentials for your MSSQL database for Struct PIM
Compile and start the Supplier Portal
Compile your solution and start up your Supplier Portal site. You should see the login page of the Supplier Portal, once you start it