S
strugglingdeveloper
I have a web application that connects to a sql database. I have create
scripts to create the needed database. I have also create a web setup
project that installs the web application on a server. Can I also execute
the sql scripts on a remote database server (not the web server) from inside
my web setup project? If so, how?
Additionally, can I have the setup project make web.config modification
during the install to ensure the database connection string is correct? If
so, how?
Thanks for any assistance.
scripts to create the needed database. I have also create a web setup
project that installs the web application on a server. Can I also execute
the sql scripts on a remote database server (not the web server) from inside
my web setup project? If so, how?
Additionally, can I have the setup project make web.config modification
during the install to ensure the database connection string is correct? If
so, how?
Thanks for any assistance.