Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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>

...