hi

i was just curious if anybody new a good way for a windows application to read a value from a web application in asp.net.

i want to for example assign credits to a person, then as the person uses credits, the amount will synchronise with an asp.net application on the web and update the value.

lets say a variable with the value 12. now if the person uses the windows app, it will subtract 1 credit, and also update the same amount on the internet website.

any thoughts???