Hi,
I've installed ServerSideIncludes module on my computer and it works great with one exception.
<!--#include virtual="meta.inc" -->
The line above is causing the problem. I know I must change virtual
with file
but I have a huge website and it means I must change at least 1000 line of code like this and I am looking for a way to run virtual
properly in IIS 7.
I've been looking for this solution but all I've been able to find the solution I've mentioned above.
Do you know how to solve this problem without changing the virtual
to file
Thanks.