how to know that paticular tag exits in web.config file or not ?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how to find whether connection string tag is there or appsettings tag is there or not in the web.config file usign code behind
Just have to check nothing for ConfigurationSettings.appSettings["key"] additionaly for other section you can use "System.Web.Configuration.WebConfigurationManager" namespace for loading web.config file and its sections
Nobody is perfect i'm Nobody