E
EricDotNet
Hi,
This is my scenario.We have both, Client application & WebService
application running on same machine , but on different
Solution/Project. Since we are using n-tier architecture, we have
additional tier/layer between Presenation layer & WebService Layer.
ie, Web Reference Layer.
So it is , like
Presentation layer <--> web Reference Layer <--> Web Service <--->
Database Layer.
My question, here is , when I run my Client application from
VisualStudio.Net, am not able to debug my WebReference & WebService. I
mean, when it reaches the WebReference or WebService Line , it pauses
for few seconds and it goes to next line in Client application.
So, could somebody advice me, how can I set up the environment , so
that debugger goes thru webservices ?
Please give some advice ASAP...
This is my scenario.We have both, Client application & WebService
application running on same machine , but on different
Solution/Project. Since we are using n-tier architecture, we have
additional tier/layer between Presenation layer & WebService Layer.
ie, Web Reference Layer.
So it is , like
Presentation layer <--> web Reference Layer <--> Web Service <--->
Database Layer.
My question, here is , when I run my Client application from
VisualStudio.Net, am not able to debug my WebReference & WebService. I
mean, when it reaches the WebReference or WebService Line , it pauses
for few seconds and it goes to next line in Client application.
So, could somebody advice me, how can I set up the environment , so
that debugger goes thru webservices ?
Please give some advice ASAP...