How to connect windows application in Csharp to a web page in ASP.NET in MSVS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • javariauet
    New Member
    • May 2010
    • 1

    How to connect windows application in Csharp to a web page in ASP.NET in MSVS

    i have developed a windows application in C Sharp for maintaining student attendance through fingerprint identification. System has to generate daily attendance report automatically and upload it on university website automatically when attendance is stopped by the teacher.i have developed the windows application in C Sharp and web page in ASP.NET separately but do not know how to connect them please help.
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    You can develop a Web Service to connect both of the applications... .
    Both of the applications will communicate to the database via the same webservice....
    This makes communication easier

    Comment

    Working...