|
Use these instructions to install the web components of MarketingPilot.
These instructions assume that you have successfully completed the upgrade of the MarketingPilot database, and have installed the .Net 2.0 framework.
1. Check the Web.Config File and Any Other Modifications Made to Files in the MarketingPilot Directory
If you named the MarketingPilot SQL Server database to a new name (i.e. you didn't name the database MarketingPilot), you must update the database name key in the new web.config file for R4.2:
- Open the web.config file located in the Web Server directory with Microsoft Notepad, or any similar simple text editor.

- Find the DatabaseName value and change it from MarketingPilot to the database name you specified.
- Save the web.config file.
Separately, be sure to review any changes you made to files in the MarketingPilot Directory such as html changes, style sheet changes, custom headers and footers, custom reports, etc. be sure to make a copy of these changes so that you can re-implement them in Web Server 4.
2. Install ASP.Net 2.0
Be sure that you have not only installed the .Net 2.0 framework, but also ASP.Net 2.0. Once the .Net 2.0 framework has been installed run this command to install ASP.Net 2.0:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
3. Uninstall the Alert Processor
Login to MarketingPilot Web Server 3 using a MarketingPilot login with the Administrator role.
- Open the Site folder.
- Display the Alerts page.
- Click on the Uninstall Alert Processor button.
- Logoff.
4. Download the MarketingPilot Web Server 4 Software
MarketingPilot Web Server 4 Downloads
- Right-click on the zip file to extract it. The zip file contains an encrypted exe file that contains the MarketingPilot web server.

- Double-click on the exe to launch it. If you get a security warning, as shown below, click Run.

- Enter the password into the Cypherex window.
The password was sent to you with your license key in your welcome email. The password is not the same as the license key. The password is only used to open the encrypted file.

- The installation creates the set of folders shown below. The database folder contains a new MarketingPilot database. Since you are upgrading, delete it.

5. Edit the Web.Config File
If you named the MarketingPilot SQL Server database to a new name (i.e. you didn't name the database MarketingPilot), you must update the database name key in the web.config file:
- Open the web.config file located in the Web Server directory with Microsoft Notepad, or any similar simple text editor.

- Find the DatabaseName value and change it from MarketingPilot to the database name you specified.
- Save the web.config file.
6. Configure IIS
- Go to the Windows Control Panel and Select Administrative Tools.

- In Administrative Tools, Select Internet Information Service.

- Windows displays the IIS management console:

- Right-click on the Default Web Site and select Virtual Directory:

- IIS opens the virtual directory creation wizard. Click Next.

- Enter “MarketingPilot” and click Next.

- Browse to the directory where the MarketingPilot Web Server files are stored.

- Review permissions on the Virtual Directory; be sure to select Read, Run Scripts and Write.

- Right-click on the MarketingPilot Virtual Directory and Select Properties.
- Click on the Documents tab.

- Remove all the default documents.
- Click on Add.
- Type in Default.aspx.
- Click Apply.
- Click on the Directory Security tab.
- Click on the ASP.Net tab.

- Click on Edit Configuration.
- Click on the Application tab.
- Click on the Local Impersonation checkbox and enter the user ID and password of a power user or administrator who can install software. Impersonation temporarily provides MarketingPilot with additional rights; MarketingPilot uses these rights to install the alert processor service.


We strongly recommend that you obtain and configure a 128-bit SSL encryption key for all pages if you allow access from outside your firewall.
7. Login to Authenticate Your License
You must login to MarketingPilot to authenticate your license.
- Launch Internet Explorer or any other browser.
- Type the URL of your MarketingPilot installation into the address bar. The address might look something like this:
http://localhost/MarketingPilot/default.aspx
- Login using the credentials provided to you in the upgrade package.
8. Reinstall and Start the Alert Service
- Login to MarketingPilot using a MarketingPilot login with the Administrator role.
- Open the Site folder and display the Alerts page.
- Install the alert service.
- Click Submit.
Now, You're really done!
Configuration and setup instructions can be found in the online help. Look for Getting Started - Step by Step.
|