Reputation: 1118
I have just migrated from 2013 to 2015. I used to attach debugger to local IIS site by selecting process by User name, but VS 2015 does not show in the list IIS APPPOOL[AppPoolName] managed processes.
Upvotes: 1
Views: 1849
Reputation: 1118
Find w3wp.exe process, click attach on it. VS will ask you to run with Administrator permissions. After VS is run from Administrator you will be able to see IIS APPPOOL \ [AppPoolName] managed processes in the list.
How to make it always run as Administrator look here
Upvotes: 2