Search found 2 matches

by alexobelanger
Thu Jul 22, 2004 11:21 pm
Forum: newLISP and the O.S.
Topic: Problems getting even simple examples working on IIS-6 :(
Replies: 5
Views: 8542

newlisp cgi and IIS

Thanks Nigel, it did provide some pointers. This article proved to be useful to me, it discusses how to make python scripts run on IIS http://support.microsoft.com/default.aspx?scid=kb;en-us;276494&Product=iis50 When mapping the newlisp executable: WRONG C:\newlisp\newlisp.exe RIGHT C:\newlisp\newli...
by alexobelanger
Thu Jul 22, 2004 7:13 pm
Forum: newLISP and the O.S.
Topic: Problems getting even simple examples working on IIS-6 :(
Replies: 5
Views: 8542

trying to get .cgi scripts running and executed with newlisp

Gents, This may be a newbie topic for you. I am trying to get the newlips-blog 3 7 to work with IIS 5 Here is what I did, 1. Install newlisp on C:\newlisp 2. Extract the .tgz to C:\InetPub\wwwroot\blog 3. Created a virtual folder (alias=blog) 4. Mapped .cgi extension to C:\newlisp\newlisp.exe 5. Che...