6
votes

I try to debug a classic asp website, but Visual Studio 2015 says "application debugging is disabled" in the solution explorer when I connect to iisexpress process.

I tried to follow this guide: link

1
Having the same problem, it was working fine with 2013.Tuukka Lindroos
The link of the blog changed to: weblogs.asp.net/dixin/debugging-classic-asp-with-visual-studio it helped me to make it work with iis and visual studio 2015rerezz

1 Answers

11
votes

The difference with Visual Studio 2015 is that you need to modify

<<solutiondir>>\.vs\config\applicationhost.config 

as opposed to the applicationhost.config in

%USERPROFILE%\Documents\IISExpress\config\applicationhost.config