Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the app.config file in VS 2010

Where is the app.config file located in VS 2010.

I just can't find this. How can I access it ?

like image 676
Failed_Noob Avatar asked Apr 24 '11 08:04

Failed_Noob


2 Answers

Just to improve the precision of Oded's answer, the method for adding a new app.config file to a project is:

Right-click on the project, select Add->New Item..., then select "Application Configuration File" from the list of possible items.

like image 134
LordWilmore Avatar answered Nov 10 '22 01:11

LordWilmore


It would be a template in the templates directory of Visual Studio.

To add a new app.config, just righ-click the project, select Add Item and find app.config in the lists.

like image 25
Oded Avatar answered Nov 10 '22 01:11

Oded