I created a simple app and ran it on visual studio. Then I went to \"Project properties > web\" and changed it to \"Use local IIS server\".
Now when I debug, I can\'
It seems like routing handler is not being loaded...
Are you sure the application pool is set to integrated? If yes try to add this line in your web.config:
web.config
Please, make sure you have also these handlers registered in your application: