about web configration
how to Changing Web configuration at
run time.
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.
Narasimha Reddy ChennupalliPosted Aug 11, 2015, 2:44 AM
Upendra Pratap ShahiPosted Aug 10, 2015, 12:45 AM
Web config is an XML file, so you can change it by using c# code but If you change it runtime then application pool will be recycled.
Jignesh TrivediPosted Aug 10, 2015, 12:00 AM
Hi,
Web config is XML file, so you can change it by using c# code.
but If you change it runtime, application pool will be recycled.
Manoj BhoirPosted Aug 8, 2015, 9:55 AM
Read and Modify Web.Config file through C# code
Change a web.config programmatically with C# (.NET)