.net - Debugging WCF service library -


i'm trying debug wcf service part of solution. here exact setup have.

solution

  • web site (filesystem web site, located in d:\project\web\ , on)
  • wcf class library (this normal class project exposes service/operationcontract interface).

the website hosting application , wanted add web service it, added "webservice.svc" root folder , added appropriate config entries. when run website , navigate http://localhost:5476/web/webservice.svc see wsdl schema message normal.

now, in different wpf application add service reference above url, loads fine, no problem. call web service, it's simple echo service, breakpoint had put in wcf class library isn't stopping, although proper results , everything. debug="true" in config set, tried loading symbols in tools/options, didn't help. breakpoint isn't getting hit.

what missing?

in web site properties web site project, have "always start when debugging" set true?


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -