Forum: The Classroom Topic: ASP/PERL/SSI HELP!!!!!!! started by: jim Posted by jim on Sep. 21 2000,12:04
Ok, I'm getting cranky and I need some help. When I first started doing my web page I was using ASP so I could connect to databases and do stuff that way. Then I got turned on to all this nice FREE Open Source PERL stuff.Most of the PERL stuff I use is done through SSI's code:<!--#exec cgi="/cgi-bin/script.cgi" --> Then by giving the document the .shtml extension, that line is executed at the server and the results are inserted into the html sent to the client browser. If I give the document an ASP extension, those lines are read as comments and nothing happens. How in ASP, can I insert the results of a PERL Script, the same as I've been doing it with SHTML??? Help me Obi Won Kenobi, you're my only hope! ------------------ Posted by RenegadeSnark on Sep. 21 2000,19:51
Arf.. I don't know ASP... PHP it is virtual()... you just run the CGI as a command and print the output (minus the headers of course) so it's simple if you can access shell commands from ASP.------------------ Founder < http://tucb.com/ > Posted by jim on Sep. 21 2000,20:33
Actually I found out I'm screwed....Microsoft - Q172024 INFO: Server Side Include Directives Not Processed by ASP -------------------------------------------------------------------------------- Active Server Pages --------------------------------------------------------------------------------
MORE INFORMATION REFERENCES Additional query words: Keywords : kbASP kbScript kbWebServer kbGrpASP kbDSupport kbiis400 kbiis500 ------------------ Posted by Alarion on Sep. 22 2000,10:29
All the more reason to use PHP =)------------------ Posted by jim on Sep. 22 2000,11:14
Sure! No problem. Well except I don't know PHP, and I don't think my web host supports it.
------------------ |