tags:

views:

34

answers:

1

I have a C# application deployed using Click Once. How can I retrieve some measures of activity at the Click Once server. The app checks for updates each time it is restarted. Relatively small audience--less than 50 users. Ideally want to develop a user list.

A: 

Can you just create a simple web service that gets called when your app starts to log the user activity?

If that's not an option you could use Log Parser to query your web server logs for activity.

whatknott