When creating a setup/deployment installer for an asp.net application can options be added to allow users to choose the back-end database and based on the selection use a certain connection string for the web.config file.
How do distributed applications setup the back end database? Or must it be installed sepeartely.
For example, if i was creating and selling a web application software. I want to allow users to choose either Access or SQL Server as the back-end db. Based on the selection the app would install using appropriate connection string.
How would this software setup the database. Or does the database need to be configured manually for each installation?
How do distributed applications setup the back end database? Or must it be installed sepeartely.
For example, if i was creating and selling a web application software. I want to allow users to choose either Access or SQL Server as the back-end db. Based on the selection the app would install using appropriate connection string.
How would this software setup the database. Or does the database need to be configured manually for each installation?