Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I need to include a .txt file into a .shtml file on an NT system and I keep getting this error:

Error processing SSI file '/E:\website\speechtml\public_html\demos\Sprint\cgi-bin\test.txt'

Does anything special have to be set for a file to be included like below on an NT system?:

<!--#include virtual = "C:\path\to\file.txt" -->

I know this isn't a PERL question per se but the .txt file is created by a perl script so I figure I've got some sort of association going on =)

Replies are listed 'Best First'.
(bbq) Re: SSI under NT?
by BBQ (Curate) on Dec 28, 2000 at 05:54 UTC
    Okay, you're 100% right about this not being a perl related question, but I hate IIS so much I feel the urge to come out and shout at the top of my lungs: SSINC.DLL IS A SORRY EXCUSE FOR SERVER SIDE INCLUDES!

    Just get a better server...

    #!/home/bbq/bin/perl
    # Trust no1!