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.
            Asked
            
        
        
            Active
            
        
            Viewed 1,838 times
        
    1 Answers
2
            
            
        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
 
    
    
        Oskar
        
- 1,996
- 1
- 22
- 39
 
    
    
        Artem Vertiy
        
- 1,002
- 15
- 31
- 
                    1Thanks for sharing your solution, Artem:), if so, would you please mark it as the answer, so it could help other community members who get the same issue as yours. Have a great day! – Jack Zhai Dec 07 '16 at 10:36
