Error fix for "HTTP Error 500.0 - ASP.NET Core IIS hosting failure (in-process)" thrown when trying to access Test Suite.
Issue Description:
When trying to access Test Suite, the error message "HTTP Error 500.0 - ASP.NET Core IIS hosting failure (in-process)" appears:
From the Windows Event Viewer, the below error is logged (sometimes it may be necessary to do IISRESET to be able to see this error):
Root Cause:
ASP.Net core is not installed properly.
Resolution:
- Download and install ASP.NET Core Runtime Hosting Bundle from here: https://dotnet.microsoft.com/en-us/download/dotnet. Please check the version Test Suite - Software requirements and prerequisites (uipath.com) required.
- Make sure to add to the machine's system environment variable if it doesn't exist.
- "C:\Program Files\dotnet" and
- "C:\Program Files (x86)\dotnet"