| 如何在nt下调试isapi程序? | |
| 1 在registry中,找到 hkey_local_machine/system/currentcontrolset/services/w3svc/parameters 将你的.dll文件路径添加到 filter dlls值中,与前面的.dll以逗号分隔; 将 cache extensions的值改为0。 2 停止所有www服务,或将这些服务改为手动启动。 3 在vc5.0的工作空间,选择 project|settings|debug,找到 executable for debug session,增加 [路径]\inetinfo.exe; program arguments,输入-e w3svc。 |