The information in this article applies to:
SYMPTOMSIf you are using Server Side Include (SSI) files that use the #exec directive on your Internet Information Server (IIS) server, you will not be able to include quotes in the command you are trying to execute. For example, the following line will not work as expected:
The command above will execute as if "del " was the entered command. Everything after the second quote will be ignored.
CAUSEThe Server Side Include parser is not sophisticated enough to support a mechanism for passing quotes within the quotes for the #exec command. STATUSThis behavior is by design. REFERENCESFor more information on the #exec directive and Server Side Includes, see the online documentation for Internet Information Server. Additional query words: stm, shtm, shtml
Keywords : kbhttp kbInternet kbGrpInetServer |
Last Reviewed: April 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |