Reputation: 2017
For the purpose of registration for the product in C# Windows Forms, I want to pass the license key from C# windows form to .aspx Registem page. After registering successfully in.aspx register page again, I want to send back success/failure flag from .aspx page to C# windows form?
How can I achieve this?
Upvotes: 0
Views: 306
Reputation: 580
Why don't you try having a Web service or WCF service which validates the License key from the windows form application with the Database?
Upvotes: 3