asp.net - Logging Desktop App Usage with HTTPRequest -


i'm trying track usage of winforms app (username , time launched) installed on our users' devices. know iis has strong logging capabilities, i'm after name of specific user (windows logon) using app.

so far, i've set .ashx web handler app makes request (every time started on client device), username appended querystring parameter (using environment.username). ashx handler gets request , logs username timestamp database. working great, can't wonder if "right" or "best practice" way of doing things.

i'm not 1 of guys says "well, works that's enough"...i won't able sleep @ if don't feel 100% great our implementation. there more legitimate way of doing this? wcf, instance?

thanks!

edit

i re-read post , feel should clarify internal tool used our employees.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -