W
Whitecrest
I have a stand alone VB.net application that (after pressing a button) I
would like the VB.net application to call an ASP page, passing
information to it in the query string.
www.somesite.com/registration.asp?id=1234
The ASP will enter the information in a database and return a "key" to
the VB.net application, which will write this "key" to the registry.
What I need to know is how can I make the vb.net application contact the
ASP page, and understand the results.
Thanks
would like the VB.net application to call an ASP page, passing
information to it in the query string.
www.somesite.com/registration.asp?id=1234
The ASP will enter the information in a database and return a "key" to
the VB.net application, which will write this "key" to the registry.
What I need to know is how can I make the vb.net application contact the
ASP page, and understand the results.
Thanks