in reply to Re: IIS doesn't like my require statement
in thread IIS doesn't like my require statement

That bug is in IIS version 1.0 (circa 1999) though. Surely it was fixed in later versions?

Hmmm, I suppose this is Microshaft we're talking about though.

  • Comment on Re: Re: IIS doesn't like my require statement

Replies are listed 'Best First'.
Re: Re: Re: IIS doesn't like my require statement
by ibanix (Hermit) on Jan 28, 2003 at 05:14 UTC
    Yeah, they had to have fixed it by now.

    I still want to hear what happens if you try '\' instead of '/'.

    ibanix

    $ echo '$0 & $0 &' > foo; chmod a+x foo; foo;
      No difference. Windows and DOS have always accepted a forward slash as directory separator - only COMMAND.COM didn't. (MS couldn't just copy Unix verbatim after all, now could they.)

      Makeshifts last the longest.