Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Experts,

I have a small utility software(Asp.net,C#), which can be downloaded from a website.
I want to track visitor and installation of my software as i need to you affiliates on "pay per install basis".

I am not looking for spoon feeding simply looking for a path and guidance from knowledge masters.

Thanks in advance.
Posted
Comments
Sinisa Hajnal 13-Oct-14 2:13am    
Installation software isn't ASP.NET :)

1 solution

I would say you have to provide initial screen with required registration data. If you want to permit temporary use, you might take only name and card number and in-program generated identification (maybe guid). That way you don't require payment immediately and you can control the length of "free" use.

If not, then you simply prevent the use unless the payment has been made (and be sure to register the payment locally somehow, so that once the license is paid, the use doesn't have to be online.

If it is monthly license, you could simply write the date of the last payment into encrypted config file or users registry - along with reminders week, three days and one day before the program stops working.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900