AAF ― Applicita LTD
  • Getting Started
  • Development
    • Key Objectives
    • Development Environment & OS
    • Architecture
    • Visual Studio Solution
    • Setup for Local Development
      • Docker & Kubernates
      • Visual Studio Host Builder
  • Web
    • Feature
      • Authentication and Authorization
        • Sign up
        • Sign In
        • Sign out
        • Remember me
        • Recovering password
      • Tenant management
        • Create tenant
        • Search tenant
        • Tenant page
          • Change basic information
          • Change administrator
          • Change branding
          • Change style
          • Change status
          • Assets
        • Delete tenant
      • User management
        • Create user
        • Search user
        • Send email
        • User page
          • Editing page sections
          • Change basic information
          • Change profile picture
          • Change role
          • Change status
        • Delete user
        • Reset users password
      • Role management
        • Create role
        • Search role
        • Role page
          • Change basic information
          • Change status
          • Revoke role
          • Change permissions
          • Interactive permissions button
        • Delete role
      • Bug reporting
  • Testing
    • Testing Environment
    • Atata
    • Architecture
      • Feature structure
      • Common
        • Attributes
        • Components
        • Controls
        • Fixtures
        • Generators
    • Example
Powered by GitBook
On this page

Was this helpful?

  1. Development
  2. Setup for Local Development

Visual Studio Host Builder

PreviousDocker & KubernatesNextWeb

Last updated 5 years ago

Was this helpful?

Once when you open AAF.sln solution as the first thing you need to set up which services you need to run. About available services, in AAF.sln solution, you can check the section where is described of AAF.

Right-click on AAF solution and choose option Set StartUp Projects...

On opened modal dialog choose multiple startup projects and select the next service to start and run solution.

  • Applicita.AAF.AuditService

  • Applicita.AAF.IdentityService

  • Applicita.AAF.NotificationService

  • Applicita.AAF.SupportingService

  • Applicita.AAF.TenantService

architecture
AAF - Set StartUp Projects...
AAF - Set StartUp Projects Modal Dialog