I want to use Network Tracing with Silverlight, however, I am not quite sure how to enable it. The MSDN documentation explains that some configurations should be added to the web/app config file. Unfortunately, Silevrlight apps do not use config files, at least the latter are not available in the list shown when add new item is pressed on the Silverlight project.
When added the config entries in the web.config of the host asp.net web app nothing happened. I am sure that I am missing something. Has anyone used Network Trace together with Silverlight?