I have the relevant bits for an application that could create pages on a server from a static database. I can create the folder, create the .asp page, and write to it. I was however wondering what whether there is a good way to write to the page itself. Escaping all the characters from the template will be difficult. Nice and easy in php with the "\" but not so in VB.
Any tips on how to get around this or even an alternative approach.
Cheers