Versions Compared

Key

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

...

To update the collect-post-parameters tag

  1. In the “Registry Path” "Registry Path" field in the Registry Editor (AdminPoint > Settings > Registry Editor), enter the following path and click Go:
    registry/instances/www/<server_name>/<instance_name>/settings/server-side.
  2. In the Xml Editor tab, change the value of the <collect-post-parameters> tag to “true”"true."
  3. Click Save.

Removing post-parameters collection for IIS7

To remove wildcard application mapping from a Web server or Web site, go to the Precise_root directory and run the following script:

products\www\install\psww_insert_isapi_handlers.bat <precise_root>
<instance_id> <site_name> remove-handler PreciseWebHandler <filter_path>

where:

filter_path    The path to the instance bin folder concatenated with "IISFilter", without the _32.dll or _64.dll extension.

For example: c:\precise\products\www\instances\2643\bin\IISFilter

...