After upgrading, Orchestrator the web page cannot be opened. "page not found" is shown. When opening https://orchestrator_url/identity, the following error is shown.
“Could not load file or assembly ‘NWebSec, Version=4.3.0.0, Culture=Newtral, xxx’ or one of its dependencies. The system cannot find the file specified.”
Before Orchestrator upgrade, what type of Application Pool Identity is being used?
Starting with version 2020.4 of Orchestrator, we also deploy the identity server. Learn more about it on the About the UiPath Identity Server page.
It is visible in IIS under Application Pools as Identity. This information is not contained within any configuration file.
WebHooks are also involved in the UiPath ecosystem. Read more about it on the Webhooks page.
It is not recommended to manually manipulate or remove these whilst UiPath software is running on the server. However, in case they get manually removed, re-create as follows:
Create the missing application pool manually with No Managed Code as .Net CLR Version. Assign to it the same user as Orchestrator Application pool.
- Open IIS manager
- Select Application Pools
- Right click and select 'Add Application Pool'
- Set the following configuration
- Name: Identity (or Webhooks, if that's what is needed)
- .Net CLR Version: No Managed Code
- Leave other settings as default
- Right click the created application pool and click 'Advanced Settings'
- Choose Identity and configure it to be a user account, if needed
- Restart the IIS.