INFORMATION
- Products: Employee Center - Sparkrock SR 2016
- Summary: After a Windows update, Employee Center users have intermittent issues accessing/authenticating to the application.
DETAILS
After a Windows update, users may experience intermittent issues accessing/authenticating to Employee Center in Sparkrock 2016. This is caused by a TLS issue. The solution is to hardcode Employee Center API (in IIS) to use .NET 4.7.2.
RESOLUTION
To implement the solution, follow these steps:
-
Ensure that .NET 4.7.2 or a higher version is installed on the VM. (It's likely that version 4.8 is already installed.)
-
Locate the Employee Center API IIS site's web.config file (typically found under C:\inetpub\wwwroot\AltusDynamics.WebApi\Web.config).
-
In the web.config file, search for the following block:
- Update the block to:
This will force the API sites to default to TLS 1.2 without having to modify the registry or anything else.
IMPACT / RISKS
No known risks.
WORKAROUND
not applicable
RELATED INFORMATION
Download .NET Framework 4.7.2 | Free official downloads (microsoft.com)
UPDATE HISTORY
Date | Details | Link |
04/28/2023 | Created first version of this KB |
ATTACHMENT
Not Applicable
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article