Debugging a Remotely Hosted Silverlight App
Posted by: Bryant Likess Blog,
on 10 Mar 2009 |
View original | Bookmarked: 0 time(s)
This question has come up in the forums a few times so I thought it would be worth a blog post. Most people are pretty familiar with debugging a Silverlight application running locally during development, but what people many times dont realize is that you can also attach your debugger to a xap file that is hosted remotely. This MSDN article touches on this briefly, but doesnt really go into details on how it works. The important thing to understand about Silverlight is that it runs the .NET code...