How to change max retrieved search results in AppXtender Web Access

How to change max retrieved search results in AppXtender Web Access

The default maximum number of query results retrieved per query in ApplicationXtender is 1000. You can change this by doing the following:

1.  Locate the web.config under c:\inetpub\wwwroot\appxtender and make a copy as a backup
2. Open the file and search for the term MaxQueryResults
3. Uncomment the line and change to the desired value:

Before:
 <!--<add key="MaxQueryResults" value="1000" />-->
 
After (example below changes it to 2000 and uncomments):
<add key="MaxQueryResults" value="2000" />

4. Save changes and close file
5. Do an IISRESET in Administrative Command Prompt to put into effect
**Note - the IISRESET does temporarily disrupt access so please plan accordingly**