Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,8 +16,14 @@ 16 16 * Each API under the CRM project should have Its own app pool. 17 17 ** Format: ~{~{host_name}}.~{~{api_name}}.~{~{version}} 18 18 ** Example: za.co.site.uapi.identity.v1 19 +* App pool considerations: 20 +** .NET CRL Version: No Managed Code 21 +** Managed Pipeline: Integrated 19 19 * Each API project should be in the root directory of the project. 20 20 * Under the root directory, there is a wwwroot folder, which should contain a blank folder for each of the API projects. 24 +* Ensure you replace all the connection strings, file paths and branding of the currently client with the new one. 25 +* Clear out all the logs for each of the API projects and ensure IIS user has required permission to write to this directory 26 +** Directory: za.co.site.uapi\EBSphere.Api.v1.Workflow\logs 21 21 * 22 22 23 23