How do you submit a form from a ColdFusion program to an asp.net program?
When I try, I get an error 404. The programs are in the same directory. Submitting between ColdFusion programs works ok.
What are you actually trying to do? Are you passing this from a form when the user clicks submit or are you doing it in the background?
From a form, you would simply write your form to pass either GET or POST variables and your receiving page would pull in those variables, or if you are doing it in the background you would normally look at using CFHTTP or similar.
Regards,
Wullie
The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
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.