Hi folks,
We are all familiar with debugging a Silverlight application running locally during development, but sometimes we need also attach the debugger to a xap file that is hosted remotely, in order to understand the differences behavior between a real server and localhost one.
Silverlight runs on the client machine, not on the server. The code runs in the browser process, so if you’re going to debug it you need to attach to that process. And works pretty well.
Using this technique can only debug the client side (SL), so I'm wondering, how could I do to debug the server side as well (dataAccess layer).
thx for your help,
Cedric
Copyright (c) Marimer LLC