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