Client-Server communication through ASP.NET

  • Thread starter Thread starter Chris LaJoie
  • Start date Start date
C

Chris LaJoie

Hi, I'm tyring to impliment a client-server application which communicates
through ASP.NET.
I currently have this same sort of system working with a VB6 program and
standard 'old' ASP. Our current program uses a component called ASPTear to
aid in building a POST and sending it up to the site. The website returns
the results of the POST (either 'success' or an error message).

Is it possible to impliment this type of system using the framework without
the use of ASPTear or a similar component? If it is, are there any examples
of such a system?

I have googled for this but, either I'm not searching the right thing, or
there aren't any examples of this.

Chris LaJoie
 
Back
Top