I need to write a script that reads a local file A (which I’m fine with) and also reads a file B that is on a remote server (I don’t know how do I read a file from a http get using ASPs). At the and I’ll find and replace a string inside file B with file A and send it to the browser.
Any help is very appreciated…