| 1.
| In IIS Manager, double-click the local computer, right-click the Web Sites folder or an individual Web site folder, and then click Properties. |
| 2.
| Click the appropriate tab: Home Directory, Virtual Directory, or Directory. |
| 3.
| In the Application settings area, click Configuration, and then click the Mappings tab. |
| 4.
| On the Mappings tab, click Add. |
| 5.
| In the Executable box, type the path to the ISAPI or CGI program that will process the file. You must specify a program in a local directory on the Web server. |
| 6.
| In the Extension box, type the file name extension that you want to be associated with the ISAPI or CGI program. When the Web server receives a URL identifying a file with this extension, it calls the associated program to process the request. |
| 7.
| To allow processing for files of this type in a directory with Script permission, select the Script engine check box. When a directory has Script permission set (instead of Execute permission), only files associated with applications that are designated script engines can be processed in the directory. |
| 8.
| Select the Verify that file exists check box to allow the server to check that the requested script exists before mapping an extension to an application. |