You have to create IIS Application and application pool
to configure IIS to deploy HCMIS-BE backend service.
To create IIS application and application pool:
- Open the IIS Manager Program on the Server.
- Navigate to the Application Pools for the desired server where the service needs to be deployed.
-
In the Actions pane, select Add Application Pool, and create a new pool for the
service, with the following settings:
-
Name: hcmisbeAppPoolNote: You can have a different name, if required.
- NET CLR Version: No Managed Code
- Managed Pipeline Mode: Integrated
-
Name: hcmisbeAppPool
- Navigate to the ApplicationPools screen and restart the application pool you created. If the name is hcmisbe, the application pool is hcmisbeAppPool.
-
Right click on Default Web Site and add a new application to this site with the
following settings:
- Alias: hcmisbe
- Application Pool: hcmisbeAppPool
- Physical Path: Virtual Directory path of hcmisbe, for example C:\inetpub\wwwroot\hcmisbe.
- Navigate to the ApplicationPools screen and restart the application pool you created.