Hi
I am trying to use SSI conditional code in shtml file in Webmatrix2. Most code (eg. config, echo, include etc) are working, but if statement gets error: "Unknown attribute 'expr'", wonder what I am doing it wrong? It looks like this:
<!--#if expr="$DOCUMENT_NAME = index.shtml"-->A<!--#else -->B<!--#endif -->
This shows both A and B.
Thank you,