cilynx
01-24-2007, 03:58 AM
Just for your background, I'm coming from a strong *nix background but don't have much experience on Windows servers...
I want to reference a Perl script without having 'whatever.pl' in my URL. On *nix, I would either setup 'index.pl' to be a valid index or I would include the output of the Perl script using SSI. From what I can tell with the system here, 'index.pl' is not a valid index and doing an ASP.NET include gives me the source to my script instead of running it and giving me the output. There's probably something obvious that I'm missing... Any suggestions?
I want to reference a Perl script without having 'whatever.pl' in my URL. On *nix, I would either setup 'index.pl' to be a valid index or I would include the output of the Perl script using SSI. From what I can tell with the system here, 'index.pl' is not a valid index and doing an ASP.NET include gives me the source to my script instead of running it and giving me the output. There's probably something obvious that I'm missing... Any suggestions?