Remote debugging IIS Web Application from Visual Studio
Setup your debug environment as described in Remote debugging from Visual Studio post.
When you click ‘Attach’ select w3wp.exe process. If you’re running Application Pools with multiple version of .Net you might see more than one process so make sure you select the correct one.
Comments
Post a Comment