I have to convert a few ASP pages (to ASP.net) that set values for hidden input values from a database and does a POST to an ASP page hosted on a vendors website.
I already have found that ASP.net pages can post to webpage other than themselves... My question is in regards to compatibility problems with the sending end being ASP.net and the recieving end being classic ASP. Is it possible to post from an ASP.net page to a classic ASP page that's on the vendors site?