How to: Associate DEBUG Verb with Extension

ATL Server projects need to have the DEBUG verb associated with file extensions in IIS for debugging to work.

Note

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Working with Settings.

To associate DEBUG verb with the ISAPI extension

  1. On the Start menu, click Programs, then click Administrative Tools, and click Internet Information Services (IIS) Manager (Windows Server 2003), Internet Information Services (Windows XP), or Internet Services Manager (Windows 2000).

  2. In the dialog box, click the tree control node for your machine. Click to open the Web Sites node, and select the Web application's node. It will either be a Web site node, and thus a sibling of the Default Web Site node, or a virtual directory node underneath an existing Web site node.

  3. Right-click the Web application, and choose Properties.

  4. In the Web application Properties window, select the Directory tab, if the application is in a virtual directory, or the Home Directory tab, if the application is in a Web site.

  5. Click on the Configuration button.

  6. In the Application Configuration dialog box, click the Mappings tab if it is not already selected.

  7. Under Application extensions, if the extensions associated with your application do not include the DEBUG verb, click the Edit button or, if the application is not listed at all, click the Add button.

  8. In the Add/Edit Application Extension Mapping dialog box, fill in the fields for your application. For more information, click the Help button in the dialog box.

  9. Click OK to close the Add/Edit Application Extension Mapping dialog box.

  10. Click OK to close the Properties dialog box.