0

Im currently trying to create an application configuration file but the item doesn't seem to exist in that type of framework? VS2013. This is what I do:

File -> New -> Proyect
C# -> ASP.NET Web Forms Application
Then, within the proyect -> Add New Item -> Filter by config

Only the web.config appears but not the app.config. Is it possible to create it? Or I just have to copy that file from another proyect and paste it?

Popplar
  • 279
  • 5
  • 15
  • well to break the news, in web applications it is called `web.config`, *not* `app.config`. Later one is for console/win-forms applications. – TheVillageIdiot Apr 06 '18 at 12:24
  • Can I create another web.config and reference it from the original web.config? I would like to separete web configurations from the application configuration that I may use. – Popplar Apr 06 '18 at 12:30
  • Yes its possible further [instructions](https://stackoverflow.com/a/10300142/7324631) – H.Mikhaeljan Apr 06 '18 at 12:37

0 Answers0