Reputation: 1305
I have a simple WCF service hosted by IIS and am running into the classic problem of not being able to load symbols or hit a breakpoint when remotely debugging, although I believe I am doing everything correctly. Here is a simple sequence of screen snapshots of the steps I'm following; could someone with a sharp eye please point out what I'm missing?
The dll for the app rests in the indicated directory here, with its own app pool as shown:
And that folder, containing the dll and pdb for debugging info, looks like this:
Upvotes: 3
Views: 769
Reputation: 1305
NODOTS had the answer to the problem in his/her comment. I'm not sure how to mark that comment as the correct answer and show a screen snapshot, so I'll do that here.
I needed to have "Managed (v4.5, v4.0) code" selected as shown, circled in red, in the following screen snapshot. Many thanks to NODOTS for the solution.
Upvotes: 2