Versions Compared

Key

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

...

Anchor
InsertingWildcardMapping
InsertingWildcardMapping
Inserting wildcard mapping for Precise post-parameters collection extension

Add the Precise post-parameters collection extension to the trusted list
Updating the collect-post-parameters tag
Inserting wildcard mapping for Precise post-parameters collection extension
By inserting wildcard application mapping, you can instruct IIS to allow ISAPI applications known as interceptors to intercept and examine every request before the requested page is sent to its mapped application. The effect is an application mapping that handles every file name extension.

Info

...

You must be a member of the Administrators group on the local computer to perform the following procedure or procedures. As a security best practice, log in to your computer by using an account that is not in the Administrators group, and then use the runas

...

 command to run IIS Manager as an administrator. At a command prompt, type run as /User:Administrative_AccountName"mmc systemroot\system32\

...

inetserv\iis.msc".

To add a wildcard application mapping to a Web server or Web site

  1. In IIS Manager, expand the local computer, expand the Web Sites folder, expand the

...

  1. Default-Web-Site

...

  1. , 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

...

  1.  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

...

  1. .

Anchor
PrecisePostParameter
PrecisePostParameter
Add the Precise post-parameters collection extension to the trusted list

  1. In IIS Manager, expand the local computer

...

  1. , expand the Web Services Extensions,

...

  1. and then click Add a new Web service extension.

...

  1. Type "Precise post parameters" as the extension name.
  2. Click Add.
  3. In

...

  1. Path to file

...

  1. , type the path to the DLL:
    <precise_root>\products\www\instances\<instance_id>\bin\IISFilter.dll
  2. Click OK.
  3. Mark the

...

  1. Set extension status to

...

  1. Allowed check box.
  2. Click OK.

Anchor
UpdatingtheCollect
UpdatingtheCollect
Updating the collect-post-parameters tag

To update the collect-post-parameters tag

  1. In

...

  1. Registry Path in the Registry Editor (AdminPoint > Settings > Registry Editor), enter the following path, and then click Go:
    registry/instances/www/<server_name>/<instance_name>/settings

...

  1. In the Xml Editor tab, change the value of the <collect-post-parameters> tag to

...

  1. true.
  2. Click Save.

Adding post-parameters collection for IIS7

To add post-parameters collection for IIS, see the following sections:

...

Anchor
IIS7WildcardMapping
IIS7WildcardMapping

...

Inserting wildcard mapping for Precise post-parameters collection extension

By inserting wildcard application mapping, you can instruct IIS to allow ISAPI applications known as interceptors to intercept and examine every request before the requested page is sent to its mapped application. The effect is an application mapping that handles every file name extension.

Info

...

You must be a member of the Administrators group on the local computer to perform the following procedure or procedures. As a security best practice, log in to your computer by using an account that is not in the Administrators group, and then use the runas

...

 command to run IIS Manager as an administrator. At a command prompt, type run as /User:Administrative_AccountName"mmc systemroot\

...

systemroot32\inetsrv\iis.msc"

...

Info

...

It is highly recommended to install the Microsoft hotfix mentioned in KB 2505146 (http://support.microsoft.com/kb/2505146) as this solves a Microsoft IIS7 issue. Should you not apply the hotfix and continue to perform the following steps, your application will stop working.

To add wildcard application mapping to 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> add-handler PreciseWebHandler <filter_path>
    where

...

  • filter_

...

  • path is 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

For example:
products\www\install\psww_insert_isapi_handlers.bat "E:\Precise Installation" 2442 Petshop add-handler PreciseWebHandler "E:\Precise Installation\products\www\instances\2442\bin\IISFilter"

Updating the collect-post-parameters tag

To update the collect-post-parameters tag

  1. In

...

  1. Registry Path in the Registry Editor (AdminPoint > Settings > Registry Editor), enter the following path, and then click Go:
    registry/instances/www/<server_name>/<instance_name>/settings/server-side

...

  1. In the Xml Editor tab, change the value of the <collect-post-

...

  1. parameters> tag to

...

  1. true.
  2. Click Save.

Adding post-parameters collection for all other supported Web servers

...