As part of my setup, I ran a web install script that installs a virtual directory and a dot.net web application. This application has a web.config file that contains a string @@CONNECTSTRING@@ that I want to replace with a data connect string. I can set up the form with the database server, user name, password, and database, but need to find this file after it has been installed on the web server and edit this file by replacing the above placeholder with a valid connect string.
I can't see how to do this in setup factory?
HELP.

