STEP BY STEP installation of software


Step 1: Check requirements

  • Microsoft SQL Server
  • Microsoft Windows Server
  • Microsoft .NET Framework 4.0
  • Microsoft IIS 7.5. (How to install)

Step 2: Download software and get a trial license key

  1. Go to register page and create an account. E-mail and password.
  2. Go to account page
  3. Download software: Click the download button
  4. Get license key, click the button "Acquire one day trial license"

Step 3: Install script and get your first Hello World

  1. Create a empty IIS-web site
  2. Unzip the downloaded file
  3. Place the files in the folder "Microsoft IIS site", into the root folder of the web site.
  4. Run the MSSqlScript.sql in your MSSQL database.
  5. Create a MSSQL user, and add the necessary permissions.
  6. Update the connectionstring and the license key inside the web.config file.
  7. Test your configuration by open this url: http://www.yourdomain.com/api/test
  8. You should now see Hello World as a Json-text.

Performance tips

Give us feedback

AngularJS <-> Microsoft SQL

Exchange data between your AngularJS application and your Microsoft SQL Server