How to create a Configuration File for application
How to create a Configuration File for application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Baimey RajeshPosted Jun 16, 2016, 5:10 AM
Vasanth NatarajanPosted Jun 14, 2016, 10:06 AM
Nageshwar RaoPosted Jun 14, 2016, 9:39 AM
Vinay SinghPosted Jun 14, 2016, 5:56 AM
To add an application configuration file to your C# project
On the menu bar, choose Project, Add New Item.
The Add New Item dialog box appears.
Expand Installed, expand Visual C# Items, and then choose the Application Configuration File template.
In the Name text box, enter a name, and then choose the Add button.
A file that's named app.config is added to your project.
Baimey RajeshPosted Jun 14, 2016, 5:46 AM