Dynamic Budgets has a two-fold login screen:
  1. The upper half of the login screen authenticates the user to the application
  2. The lower half authenticates the application with the SQL Server



Application Login Options:
  1. Application specific user account
  2. Windows Active Directory account
  • ( Active Directory options are specified in the file [DynamicBudgets.Windows.Client.exe.config] )
    • "Use my Windows Login" checkbox can be hidden
      • <add key="UseMyWindowsLogin" value="0"/>
    • "Use my WIndows Login" can be pre-checked
      • <add key="ShowMyWindowsLogin" value="1"/>


SQL Server Authentication Options:

  1. Single Shared Service Account Login (typical choice)
  2. Individual SQL Authentication Accounts
  3. Individual Windows Authentication Accounts