Application Debugging is disabled in Visual Studio 2012 on Classic ASP Debugging
问题 I'd like to debug Classic ASP website at Visual Studio 2012 with IIS Express . Hence, I attached the iisexpress.exe in VS 2012 , but it shows Application Debugging is disabled . What could be a problem ? Do I want to enable any configuration settings? 回答1: I don't have visual studio 2012 to test it on as far as I know visual studio cannot debug asp classic code natively. The way I debug my asp classic code is to put in stop statements on the line above the one I want to debug like this post