Hey all -
I’m working on a project on a IIS server (usually I use Apache), and I wanted to include an html file into another file using a Server Side Include. The strange thing is (see attached) html entity symbols appear (in the browser) exactly where the Server Side Include is added in the code. When I take away the include statement, the symbols disappear. Anybody seen this before? Any ideas what I can do?
<!--#include virtual="../myfile.html" -->
Thanks!