Web.Config
can we use multiple web.config in single project in asp.net application? Please briefly Explain...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhijit PatilPosted Feb 4, 2015, 12:49 AM
Nice question , Web config is the configuration file when You must need to write all configuration in once in configuration file ,and access all the pages using configuration Manager in the namespace of system.configuration.
Every project has one configuration file by default.but also create mulitiple configration file in the different folder .for acceding folder configuration file you need to pass the path of the file .
hope you understand
Regards,
Abhijit Patil
http://dotnetbyabhipatil.blogspot.in
Abhijit PatilPosted Feb 4, 2015, 12:54 AM
Susant KumarPosted Feb 4, 2015, 12:53 AM