Difference between revisions of "Installation"

From dbscript Online Help
Jump to: navigation, search
(New page: == Server Requirements == * IIS running on Windows 2000 or higher. * ASP.Net 2.0 * MS Ajax Control Toolkit * SQL Server 2000 or higher == Software Installation == === SQL Server === *...)
 
(SQL Server)
Line 16: Line 16:
 
* codesnippets.sql
 
* codesnippets.sql
  
SQL Server must allow SQL Server authorization. Make sure you can connect to the database with the intended username and password.
+
SQL Server must allow SQL Server authorization. Make sure you can connect to the database with the intended username and password. The username should have dbo access to the database.
  
 
* The Users table contains a single record. Set the ID value to the username you want to use as login to the web application (this is *not* the database username)
 
* The Users table contains a single record. Set the ID value to the username you want to use as login to the web application (this is *not* the database username)

Revision as of 00:20, 6 November 2008

Server Requirements

  • IIS running on Windows 2000 or higher.
  • ASP.Net 2.0
  • MS Ajax Control Toolkit
  • SQL Server 2000 or higher

Software Installation

SQL Server

  • Create a database
  • In the database, run the scripts:
  • dbscript.sql
  • values.sql
  • codesnippets.sql

SQL Server must allow SQL Server authorization. Make sure you can connect to the database with the intended username and password. The username should have dbo access to the database.

  • The Users table contains a single record. Set the ID value to the username you want to use as login to the web application (this is *not* the database username)

IIS Server

  • Create a directory, virtual directory, or website in IIS Administrator
  • Extract web.zip into the directory
  • Extract web.config.zip into the directory
  • Locate the connection string in web.config and adjust server name, catalog, username, and password.
  • Start your webbrowser and navigate to the URL of your installation
  • Login using the selected username without password
  • Navigate to Settings, upload you license key file