Setting up with Microsoft IIS
Instructions
A. Run RocketSales on the server
- Run the setup program on the server by either
physically logging in at the console or using a screen sharing program such as
Windows Terminal Services or PCAnywhere
- After installing, you must run RocketSales at least once on the server. Go to Start > Programs > Anconia RocketSales, then exit the program.
B. Add file permissions
- Copy C:\Program Files\Anconia RocketSales\cgi-bin\RocketServer.exe and cleardot.gif to C:\inetpub\wwwroot\cgi-bin
- Make sure the IIS account, IUSR_<YourPCName>, has read and write permissions on the
database file. Right-click on C:\Program Files\Anconia RocketSales\RocketSales database.mdb, choose Properties, and click the
Sharing and Security tab.
- Repeat the last step for the C:\Program Files\Anconia RocketSales folder
C. Add execute permission to your cgi-bin folder
- Go to Start > Programs > Administrative Tools > Internet Information Services
- Double-click the server name
- Double-click on Web sites
- Double-click on Default Web site
- Right-click on the cgi-bin folder which you created in part B, and choose Properties
- Under the Directory tab, Execute Permissions dropdown, choose Scripts and
executables and click Apply
D. Add a MIME type to your server so that it executes the EXE rather than downloading it as a file
- Go to Start > Programs > Administrative Tools > Internet Information Services
- Double-click the server name
- Double-click on Web sites
- Right-click Default Web site and choose Properties
- Click the HTTP Headers tab
- Under MIME map, click the File Types button. On some
older versions of Windows, this is called the Computer MIME map, Edit button.
- Check whether the .EXE type is already defined. If not, click New Type and add .EXE files as type application/octet-stream
E. Restart your Web server
-
Go to Start > Programs > Administrative Tools > Services
- Scroll to the bottom and select World Wide Web Publishing
-
Choose Action > Restart
Other options
- Create an IIS virtual directory that points to the RocketSales folder;
or
- Move the database file, C:\Program Files\Anconia RocketSales\RocketSales
database.mdb, to the C:\inetpub\wwwroot\cgi-bin folder. Then
choose Connect to Database from the Contacts tab in RocketSales and connect to
the new database location.
Changing the location
If you've changed the location of the server extensions, RocketServer.exe, on the
server, you must update the location on the computer used to send mailings so that subscribe/unsubscribe and
tracking continue to function.
-
Run RocketSales on the client: Go to Start > Programs > Anconia RocketSales
- Click Set Up Accounts on the Send tab
- Select your account and click Properties
- Click the Track tab
- Click Server Extensions
- Type the location of the server extensions and click OK. For example, if you've placed the EXE in a subdirectory of your main Web directory called scripts and renamed
it to MyCompany.exe, type scripts/MyCompany.exe. Do not include a forward slash at the beginning of the location.