c# - Why doesn't remote debugging work for WCF service hosted by IIS? -


i have simple wcf service hosted iis , running classic problem of not being able load symbols or hit breakpoint when remotely debugging, although believe doing correctly. here simple sequence of screen snapshots of steps i'm following; sharp eye please point out i'm missing?

  1. the dll app rests in indicated directory here, own app pool shown:enter image description here

  2. and folder, containing dll , pdb debugging info, looks this:

enter image description here

  1. i start visual studio remote debugging monitor (as admin) on remote machine:

enter image description here

  1. on local machine, code exists, go tools | attach process, , navigate remote machine, , pick w3wp.exe process service pool hosting application:

enter image description here

  1. back on remote machine, vs debugging monitor shows i'm connected:

enter image description here

  1. but on local machine, no debugging information available. , yes, absolutely positive code has been built locally debug build , matches moved remote machine:

enter image description here

nodots had answer problem in his/her comment. i'm not sure how mark comment correct answer , show screen snapshot, i'll here.

i needed have "managed (v4.5, v4.0) code" selected shown, circled in red, in following screen snapshot. many nodots solution.

enter image description here


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -