Confiugration files
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Can i use multiple configuration files within a Windows or ASP.NET application? If yes then how? I tried it but application only reads configuration from a single file. Thanks.
-
Can i use multiple configuration files within a Windows or ASP.NET application? If yes then how? I tried it but application only reads configuration from a single file. Thanks.
Yes you can.You can use the file attribute [^] of the appSettings to specify a relative path to an external file.