OK, just as a foreword, I would appreciate if anyone answering assumes a pretty low level of knowledge on my part (in all the relevant fields).
Also I don't know if "applications" is the proper term.
I am working with a web-application that calls to a web-service for for all DataAccess logistics. BusinessLogic and DataAccess sit in separate dlls. When I am debugging the web-site, breakpoints set in businessLogic say no symbols have been loaded and the breakpoitns will not be hit.
Also, if I am debugging the web-application I cannot debug the web-service, and vice versa. Is there any way to have breakpoints hit in both applications (As well as in the other dlls )
Thanks.