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

Version 1 Next »

Install Software Prerequisites

ASP.NET 3.5

Prepare IIS

  1. Install IIS 6/7 (7 is recommended)
  2. If on IIS7, make sure ASP.NET is installed
  3. 3.0.0103 requires the IIS 6 Metabase
  4.  
  5. Install .Net Framework v3.5
  6. Install SQL Server 2005/2008 (2008 is recommended)
  7. Download the latest version from the Downloads
  8. Determine the following information:
    1. Disk location to place the web application (default is c:\inetpub\wwwroot\StudyTrax)
    2. Disk location of log files (default is c:\StudyTraxLogs)
    3. A service account to run the StudyTRAX application under (if database and web application are on the same machine, we can use Network Service)
    4. Administrator account for the web server
    5. DBO account for the database server
    6. Connection string to the database
    7. SMTP server along with any required credentials
    8. DNS name of the web server.  Recommended: studytrax.organizationName.org/edu/com
  9. Install an SSL Certificate into IIS(not required for Intranet deployments, but highly recommended)

* The administrator accounts are required only to do the installation.

  • No labels