Error when refering an external config file from web.config
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
am getting an Error when refering an external config file from web.config file, code is string str = System.Configuration.ConfigurationSettings.AppSettings["KeyToBeAdded"]; Response.Write(str); the Exception is The root element must match the name of the section referencing the file, 'appSettings' (c:\inetpub\wwwroot\referexternalfiles\firstfile\YourSettings.config line 10) plz help me coolsweety