MoversSuite Professional Services will deploy and install the Customer Web Portal application. They will also provide initial run-time settings needed by the Customer Web Portal that are defined within the global.asa file. This file resides in the root directory of where the Customer Web Portal files are installed to and defines variables that are used globally by the application as described in the table below.
Use the table below as a guide when editing the global.asa file. This file can be opened and edited using any text editor such as Notepad.
Global File Settings
|
Global File Setting |
Description |
|
FileLocation |
This is the physical location of where data files used by the Customer Web Portal can be stored and accessed. |
|
ConnectionString |
This is a text string containing the OLEDB provider data needed to open the MoversSuite database. |
|
PODLink |
This is a directory name where the Customer Web Portal can access the Proof of Delivery Documents (POD). Example: “data/” |
|
CompanyName |
The text entered for this setting will appear throughout the Customer Web Portal as the name of the moving company that the user is accessing. |
|
HomeLink |
Enter the URL that will be referenced when the user select the Home button within the Customer Web Portal. This link will typically navigate the user back to the home page of the Customer Web Portal. Example: “http://www.movingcompany.com/” |
|
AboutLink |
Enter the URL that will be referenced when the user selects the About button within the Customer Web Portal. Example: “http://www.movingcompany.com” |
|
ContactLink |
Enter the URL that will be referenced when the user selects the Contact button within the Customer Web Portal. Examples: “mailto:info@movingcompany.com” or “http://www.movingcompany.com/contact.html” |
|
HelpLink |
Enter the URL that will be referenced when the user selects the Help button within the Customer Web Portal. Examples: “mailto:info@movingcompany.com” or “http://www.movingcompany.com/contact.html” |
|
DesCityLink |
Enter the URL that will be referenced when the user selects the Destination City Info button within the Customer Web Portal. Example: “http://www.neighborhoodplace.com/” |
|
NewSchoolLink |
Enter the URL that will be referenced when the user selects the Find a New School button within the Customer Web Portal. Example: “http://www.schoolmatch.com/ |
|
ChangeAddressLink |
Enter the URL that will be referenced when the user selects the Change of Address button within the Customer Web Portal. Example: “http://www.moving.com/tools/change-of-address/index.asp” |
|
UtilitiesSetupLink |
Enter the URL that will be referenced when the user selects the Setting Up Utilities button within the Customer Web Portal. Example: “http://www.moving.com/coupons/home-services/utilities.asp” |
|
MovePetLink |
Enter the URL that will be referenced when the user selects the Move Your Pet button within the Customer Web Portal. Example: “http://www.petswelcome.com/milkbone/petmvframe.html” |
Once changes have been made to the global.asa file they will become effective immediately.