Required .NET Hosting Bundles:
Ensure the following .NET Runtimes are installed:

Deployment Considerations:
- IIS project name should be in the name of the domain in reversed:
- Format: {{host_name}}
- Example: za.co.site.uapi
- Each API under the CRM project should have Its own app pool.
- Format: {{host_name}}.{{api_name}}.{{version}}
- Example: za.co.site.uapi.identity.v1
- Each API project should be in the root directory of the project.
- Under the root directory, there is a wwwroot folder, which should contain a blank folder for each of the API projects.