Click to See Complete Forum and Search --> : How do i get ASP talking to an application on a different machine?


markgrev
August 15th, 2005, 03:28 PM
I am a newcomer to deploying ASP.NET.

I need a very simple ASP page, which i have already developed, to send info to a .net application on another box.

Bearing in mind i know nothing about COM, is there a simple way to effect this communication?

Any help at all would be really greatly appreciated, i am under a strict deadline!

Best regards

Mark

markgrev
August 15th, 2005, 04:04 PM
Just a little more information. I control the other box (application server) as well.

It is a one page ASPX on ASP.NET which takes 6 parameters in, and sends it to the application (a vb.NET app) on the application server.