Where is the app.config file in VS 2010
Where is the app.config file loc开发者_运维问答ated in VS 2010.
I just can't find this. How can I access it ?
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.
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.
精彩评论