If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

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

« Previous Version 3 Next »

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. 

  • No labels