I'm trying to get an ASP page to run properly in Fedora 7. The page is a "listener" page that responds to XML data being fed to the page's URL. Unfortunately, the company sending the XML can give me almost no information, except the ASP code for a base page to accept their XML. I tried running a PHP page with similar code, but their server did not like the response.
So I installed Apache::ASP, and placed the ASP page in my www directory, but the server responds just by showing the ASP code in the browser. Any ideas?
So I installed Apache::ASP, and placed the ASP page in my www directory, but the server responds just by showing the ASP code in the browser. Any ideas?