Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

 

Step-by-step guide

  1. Copy the following configuration files from the old installation to a temp directory on the new server.
    • C:\Program Files\NorthStar\Landing Pad\settings.cfg
    • C:\Program Files\NorthStar\Landing Pad\Database\LPad.mdb
    • C:\InetPub\wwwroot\NSPortal\ASPNETPortal.css
    • C:\InetPub\wwwroot\NSPortal\PortalCfg.xml
    • C:\InetPub\wwwroot\NSPortal\web.config
    • C:\InetPub\wwwroot\NSPortal\Images\ - All files and folders

  2. Copy the entire website from the old server to the same location on the new server.
    • C:\InetPub\wwwroot\NSPortal\ - All files and folders

  3. The newest version of Landing Pad uses a LPAD database attached to SQL server and the older version uses a LPAD.MDB (access database file) 
    If you using an older version of Landing Pad follow the instructions for importing landing pad configuration data into sql. How to import legacy landing pad configuration data into sql

  4. Run the Landing Pad Installation. Downloads (Northstar Enterprise)
  5. Copy the old settings.cfg file to C:\Program Files (x86)\Custom Business Solutions\NorthStar Enterprise Landing Pad\ (Overwrite the existing file)
  6. Restart the Landing Pad Service.

  7. Run the Northstar Portal Installation. Downloads (Northstar Enterprise)
  8. Copy the old ASPNETPortal.css file to C:\InetPub\wwwroot\NSPortal\ (Overwrite the existing file)
  9. Copy the old PortalCfg.xml file to C:\InetPub\wwwroot\NSPortal\ (Overwrite the existing file)
  10. Copy the old web.config file to C:\InetPub\wwwroot\NSPortal\ (Overwrite the existing file)
  11. Copy the old PortalCfg.xml file to C:\InetPub\wwwroot\NSPortal\ (Overwrite the existing file)
  12. Copy the old Image files to C:\InetPub\wwwroot\NSPortal\Images\ (Do not overwrite the existing files)

  13. Edit web.config
    • Remove all tags between <configSections></configSections> 

      Example:
      Old:

      New:


    • Prefix the value for the settings below with a ~/

    <add key="configFile" value="~/PortalCfg.xml/>
    <add key="PortalHome" value="~/" />
    <add key="TempImageDir" value="~/images/Temp/>
    <add key="ReportingSubDir" value="~//>

    Example:
    Old:


    New:

  14. Edit PortalCfg.xml
    • Prefix the value for the settings below with a ~/
      <Global PortalId="0" PortalName="NorthStar Hosted Portal" PortalImage="images/nslogo.jpg" AlwaysShowEditButton="false" />



 

 

 

 

 

 

 

 

 

 

 

  • No labels