Versions Compared

Key

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

...

...

  1. In IIS Manager, expand the local computer, expand the Web Sites folder, expand the Default-Web-Site, right-click the virtual directory that you want to collect post parameters on, and then click Properties.
  2. Click Add Wildcard Script Map.
  3. In the Executable box, enter the full path or browse to the native handler (.dll or .exe file) that processes the request:
    <precise_root>\products\www\instances\<instance_id>\bin\IISFilter.dll
  4. In the Name box, enter a name for the handler mapping.
  5. Click OK.
  6. Click Yes to add the extension with an Allowed entry to the ISAPI and CGI Restrictions list. Repeat this for each virtual directory in which you want to collect post parameters.

Anchor
PrecisePostParameter
PrecisePostParameter

...

Adding the Precise post-parameters collection extension to the trusted list

  1. In IIS Manager, expand the local computer, expand the Web Services Extensions, and then click Add a new Web service extension.
  2. Type "Precise post parameters" as the extension name.
  3. Click Add.
  4. In Path to file, type the path to the DLL:
    <precise_root>\products\www\instances\<instance_id>\bin\IISFilter.dll
  5. Click OK.
  6. Mark the Set extension status to Allowed check box.
  7. Click OK.

...