hi,
In mvc 5 application, table contains app name, description, query, dbconnection. I need to run the application by clicking the application name link in front end. if I click the application name execute the query associated with the application connecting to the dbconnection.
connect table.dbconnectionstring -----> execute the query(table.query) ----> show the results in grid.
table.dbconnectionstring is different from web.config connection string
Thanks