Support scripts

Articles

Create database
If required, replace all Carillon entries with desired name of the database (for example prod_Carillon). Database settings and files can be modified but file groups created by this script are required. USE [master] GO IF NOT EXISTS (SELECT *...
Install IIS Features
Use following PowerShell command to install required IIS features on Windows Server 2012 R2 or later Import-Module ServerManager Add-WindowsFeature Web-Server, Web-WebServer, Web-Default-Doc, Web-Http-Errors, Web-Static-Content, Web-Http-Logging,...