Skip to main content

Microsoft Silverlight

Answered Question what's the logging solution for silverlight application?RSS Feed

(0)

kent.zhou
kent.zhou

Member

Member

109 points

397 Posts

what's the logging solution for silverlight application?

 As silverlight is running on client side, the place for logging data is a problem. Possible places logging data:

Hosting web server (customized file or event log or web log)?

Web service(data source identified by web services)? 

local client (client machine)?

What's the logging solution for silverlight application?

TomGiam
TomGiam

Participant

Participant

788 points

220 Posts

Answered Question

Re: what's the logging solution for silverlight application?

Your options are:

1. Server via WCF (can be host server or other server as long as crossdomain.xml on that server permits it).  I use WebClient (POST) in Silverlight and PHP on server.

2. Local machine using Isolated storage (up to 1MB)

 

Tom

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities