The following attributes define the connection to the Aptify database server and are found in the Web.config file in the Aptify top-level directory:
- Server: name of the SQL Server Instance that contains the Aptify database that will be used by the Aptify application.
- Trusted: determines the type of User that is connecting to the Aptify User Database.
- True: indicates the user has a Windows User Account or is a Trusted User.
False: indicates that a SQL Server Authenticated User Login will be provided for the user.
Note
Only Windows User Accounts (Trusted = "true") are supported in this release.