Disabling the signature validation

If access to the internet is disabled on the application server, then disable the signature verification for the IRC application as described in the steps below:

  1. Go to My Computer, C:\Windows\Microsoft.NET\Framework64\v4.0.30319\CONFIG\.
  2. Locate the machine.config file and open it in Microsoft Visual Studio or Notepad.
  3. Under the configuration/runtime tag, add the following
    <generatePublisherEvidence enabled="false"/> 

    The modified machine.config file will appear as given below:

  4. Configure FullTrust for all applications running from within Intranet Zone - Give Full Trust to the IntranetZone under Machine level security configuration. To do this:
  5. Go to Control Panel > System and Security > Administrative tools > .Net Framework configuration > My Computer > Runtime Security Policy > Machine > Code Groups > LocalIntranet_Zone.
  6. In the right pane click on Edit Code Group Properties. In the pop-up window click the Permission Set tab and select Full Trust from the Permission Set.
  7. Save the configurations.
  8. Restart IIS Web Server and all Continuous Monitoring Services. See IIS Requirements.