Hello,
I've done my best to search these forums for the answer to this, but couldn't find anything.
I'm currently implementing LLBLGen on an application server, which will be the only tier that has direct access to the database.
There are currently no .exe or asp.net projects that will run directly on the machine--all access to the machine will occur via web services.
Since the *.config settings get read and passed along by the surrogate process (which sort of doesn't exist at this point), how can I configure the machine so that it can get a connection string?
I am comfortable with the option of using DBUtils, but my question is more along the lines of where I can STORE the information.
Thanks in advance for any insight.
-Phil