Getting Python/IIS/ASP to work

G

Geoffrey

I have been struggling to get python to work as the scripting language
for ASP and I am wondering of there is something special I need to do
to IIS.

I have created a simple test script as follows;
<%@ Language = Python %>
<%
Response.Write("Python lives in the ASP delimeters!")
%>
<HTML>
<head></head>
<body>
<h1>My Python Test</h1>
</body>
</html>

needless to say all I get is the <h1> header test "My Python" so IIS
will serve the page and render the HTML correctly, however, the ASP
tags are still visible in the renders page and none of the
instructions are carried out.

I have followed several of the instructions I found on the net,
installed the Activex component for python, including the security
patch and all of which seems to be working OK.

IS there something I need to do to setup IIS to start interpreting the
ASP information correctly ??

My configuration is Win2k Pro SP4, IIS 5.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top