Reputation: 403
I'm working on a silverlight project, I would like to write some text to a log file everytime there is a delete or submit on the website.
I would like to keep the file on the server side.
What is the best way to do this?
Upvotes: 0
Views: 1839
Reputation: 2826
There are different strategies with which you can do logging in Silverlight - Client, Server OR Both Client and Server. You can also make use of IIS to handle logging Silverlight errors for you.
Here is a detailed article on how to do logging in Silverlight.
Upvotes: 1