Skip to Content

Antivirus configuration recommendations

The activities of antivirus (AV) software can interfere with the operation of App Builder and might also detrimentally impact performance. The following are Jitterbit's recommendations for AV exclusion configuration on the App Builder application server. They are not targeted at a specific AV software product so are general in nature, and designed to be understood and implemented by AV and server administrators. These recommendations should not compromise security and are in line with Microsoft's own recommendations.

Option 1 – Windows defender

Windows Defender is built into Windows Server and if this is the only AV tool in use then most of the needed exclusions are taken care of automatically when the Web Server Role is installed. The only additional configuration required is to exclude the vinyl.exe file within the C:\inetpub\wwwroot\ directory structure. If App Builder has been installed outside of that directory hierarchy, then the entire directory containing it (the "App Builder Installation Directory") should be excluded.

For reference, Microsoft's documentation on Windows Defender exclusions for web applications may be found here.

Option 2 – Third party av products

The following directory structures should be excluded from the third-party AV software's activities:

  • C:\inetpub\wwwroot directory;
  • If App Builder is not installed under \wwwroot\, then the App Builder installation directory should be excluded separately;
  • Windows system files, including .NET Framework directories should also be excluded;
  • The AspNetCoreModule, located at: %SystemRoot%\system32\inetsrv\aspnetcore.dll should also be excluded.

This Microsoft link provides more detail on exclusions for .NET framework directories. Additional directories following the same pattern may need to be excluded depending on the specific .NET versions installed.

Note

There are certain exclusions not recommended by Microsoft. Those include:

  • Entire drives (e.g. C:*)
  • The \Users\ folder structure
  • The \Program Files\ and \Program Files (x86) folder structures
  • C:\Temp\
  • C:\Windows\Temp\
  • \Prefetch\ system directories
  • \Spool\ system directories