Cannot Set Net Trust Level To Medium For Orchestrator IIS

Is it possible to set the .net trust level to 'medium' in the IIS in Orchestrator server?

Query: For security reason, is it possible to set the .net trust level to 'Medium' for security reason in IIS?

Explanation: The answer to the query is No.
Medium (web_mediumtrust.config) - Specifies a medium level of code access security, which means that, in addition to High Trust Level restrictions, the ASP.NET application cannot do any of the following things by default:

  • Access files outside the application directory.
  • Access the registry.
  • Make network or web service calls.

The Orchestrator performs WebService call to Identity and other platforms. Hence it is not possible to set the trust level to 'Medium' in the IIS, otherwise the functionality related to Webservice call will definitely get affected.