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?
the dll app rests in indicated directory here, own app pool shown:
and folder, containing dll , pdb debugging info, looks this:
- i start visual studio remote debugging monitor (as admin) on remote machine:
- on local machine, code exists, go tools | attach process, , navigate remote machine, , pick w3wp.exe process service pool hosting application:
- back on remote machine, vs debugging monitor shows i'm connected:
- but on local machine, no debugging information available. , yes, absolutely positive code has been built locally debug build , matches moved remote machine:
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.
Comments
Post a Comment