Configure API Service for CaSS
- 27 Feb 2023
- 1 Minute to read
- Print
- DarkLight
Configure API Service for CaSS
- Updated on 27 Feb 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
To configure the API Service, follow the steps below:
- Unzip ApplicantSelfService.7z and copy the Lanteria.ApplicantSelfService.WebApi folder to "C:\inetpub\wwwroot".
- Create a new web application:
- Go to Start > Administrative Tools > Internet Information Services (IIS) Manager. Right-click Sites and point to Add Web Site.
- Specify the site name (for example, ApplicantSelfServiceApi), application pool and physical path (C:\inetpub\wwwroot\Lanteria.ApplicantSelfService.WebApi). Set up the https binding.
- Go to Start > Administrative Tools > Internet Information Services (IIS) Manager. Right-click Sites and point to Add Web Site.
Make the following changes in the appsettings.json file:
- In IIS Manager, right-click ApplicantSelfServiceApi and then click Explore.
- Open appsettings.json in the text redactor.
- Specify URL to ApplicantSelfServiceHandler.ashx in the HttpHandlerURL property of the AppSettings section.
Make sure that application pool user has:
- Read/Write permissions to the Content Directory
- Access to ApplicantSelfServiceHandler.ashx
- Launch https://localhost:4430/api/apssapi/status. The API is started message must be displayed.
Was this article helpful?