Where Do I Put Connection String In App Config?

Where Do I Put Connection String In App Config? Open the App. config file from the project that contains the model. Locate the <connectionStrings> section. XML. … Copy the connection string. Open the Web. … Paste the connection string in the corresponding <connectionStrings> section of the config file in the main (executable) project. Where is