Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Classic asp "Application debugging is disabled" in visual studio 2015

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

like image 491
Mattia Lancieri Avatar asked Sep 17 '15 13:09

Mattia Lancieri


1 Answers

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
like image 67
Mark Avatar answered Sep 30 '22 21:09

Mark