As I mentioned in the subject the question is simple... I have a web form in my site and I have to periodically send data to this form by using a windows form application written in C#
in my opinion you have two posibilities:
1. take a look at HTTPWebRequest class in .NET
2. create a very simple webservice on your site's domain that can be called from whithin your windows form application and that adds the data to your database
--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.