Unable to start debugging on the Web Server

  问题
Unable to start debugging on the web server. The project is not configured to be debugged.
解决
1、   如果是 ASP.NET 工程,确保存在着配置文件“ web.config ”, // 配置节存在着属性 debug = “true”
如果是 ATL Server Project, 确保 ISAPI 扩展具有 ’DEBUG’ 动作。
2、   打开 IIS ,右键 Web Application ,打开 Properties ,选择 Virtual Directory Tag ,点击 Configuration… 按钮,打开 Application Configuration 对话框。在 Application Mapping 中对相应的 Extension 文件加上动作 ’Debug’

你可能感兴趣的:(Unable to start debugging on the Web Server)