No that won't work. Server side includes are handled by IIS for certain extensions only and the parsers need to understand that syntax. Web Connection does not.
You don't need it though. You can just use:
<%= FileToStr(Process.ResolveUrl("~/myfile.html")) %>
which should produce the same result.
+++ Rick ---
from Maui, Hawaii