This article assuming that you have open your account on Terremark vCloud Express.
Creating New Virtual Server
- Login to your vCloud Express account (https://my.vcloudexpress.terremark.com/SignIn.aspx)

- Create new server with Windows 2003 Enterprise Edition 32 bit image.
- Set your server hostname.
- Choose any IP address, but write it down, because we'll need it later.
- Set minimum RAM 1GB with 1 VPU.
- Start your server.
- Wait until your server is ready and running.

- Click VPN connect to initialize VPN connection from your computer.
- Once the VPN connection established, open your (Windows) Remote Desktop.
- Connect to your VM IP address

Preparing Public IP
- In your vCloud Express control panel
- Go to Networks tab
- Create new Service
- Choose HTTP protocol
- Insert 80 in Port
- Insert ACCELSEE in Service Name

- Check Enabled state
- Check Service Agreement checkbox
- Click Save button
- Select your service, click Create Node button

- Select your VM (private) IP address.

- Insert 80 in server port
- Check Enabled checkbox
- Click Save button
- Write down your public IP address

- You also can change/add new A record to your domain DNS records that point to your public IP.
Preparing Virtual Machine
- Open your Internet Explorer
- Go to Tools – Internet Options
- Go to Security tab
- Add http://update.accelmation.com to trusted sites

Installing Internet Information Server
- Go to Start – Settings – Control Panel
- Open Add/Remove Programs
- Click Add/Remove Windows Component
- Check Application Server checkbox

- Uncheck Internet Explorer Enhanced Security Configuration

- Click Next button

- Insert windows source files location c:\Windows\Options\Cabs\i386

- Click Ok.
- Wait until installation completed.
Tweaking IIS for ASP.NET MVC
- Go to Start – Settings – Control Panel
- Open Administrative Tools
- Open Internet Information Services
- Expand Web sites node
- Right click on Default Web Site
- Open Home Directory tab
- Click Configuration

- Click Insert
- Insert C:\WINDOWS\Microsoft.NET\Frameworkv4.0.30319\aspnet_isapi.dll in Executable

- Uncheck verify that file exists.
- Click OK

- Click OK
- Go to Documents tab
- Add new default page Default.aspx

- Restart your IIS.
Installing AccelSee
- Download AccelSee installer from http://www.digitaldocumentviewer.com/download/
- Extract the zip file
- Run setup.exe in main folder.

- Click Install button
- Wait until Windows Installer 4.5 installation completed, your server will be restarted by Installer
- After restart, Continue the installation by running setup.exe once more
- Wait for pre-requiste installation.
- Click Next when AccelSee installation screen appeared.

- Insert your server name into Hostname textbox
- Insert your public IP address/domain into FQDN textbox

- Click Install button
- Wait until installation completed.
Post Installation
- Open Windows Command Prompt
- Type cd %windir%\Microsoft.Net\Framework\v2.0.50727
- Type aspnet_regiis -i

- Type cd %WINDIR%\Microsoft.Net\Framework\v3.0\Windows Communication Foundation
- Type ServiceModelReg.exe -r

First Time Configuration
- Start The Configuration Wizard (You can start the wizard from Accelsee Server Manager as well)

- Choose next and use the Bundled SQL Server (If you are using your own database, you need to provide the connection string)






- After Finish, open AccelSee Administration Console
- Enter the username and password of windows server

- Go to Configuration -> Reporsitory

- Open the samples Repository.

- Choose one of the samples to test Accelsee.

- Please wait while the Accelsee process the request. If you can see the viewer that means the conversion and viewer is working properly.


- If you want to test Accelsee using your own document, you can simply go to Accelsee installation folder (default is C:\Accelsee\samples) and place the sample document there, after that open it in the samples repository.
If you find any difficulty, please let us know by sending email to support-at-accelmation.com.

Add Comment