Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for version 5.0

...

1. Open File Explorer and navigate to: C:\inetpub\wwwroot\Square9API and GlobalSearchViewer and open the web.config file

Info

In GlobalSearch version 4.5 or older, go to C:\inetpub\wwwroot\Square9API instead

2. Add/change the following attributes. If they do not exist, simply copy and paste them from this KB into the web config under the <appsettings> block and set the value to either True or False (See below)


Code Block
languagexml
<appsettings>
	<add key="ViewerDropColor" value="false"></add>
	<add key="ViewerUseGrayscale" value="false"></add>
</appsettings>

...