So I have a server that has data that can only be pulled from a .dll file.
Ex: 10.100.10.100/webpage/data.dll?page=index.htm
Index.htm has multiple values in it presented in the following form.
Ex: <!--#exec tx=0047-->
I need to be able to FTP a flat file over that has the server side include values on it, and this server won't support any back end languages. Any ideas?