hai gys
i want to alter the web.config dynamically from my page. is this is possible?
any body can help me with coding
Printable View
hai gys
i want to alter the web.config dynamically from my page. is this is possible?
any body can help me with coding
Why would you want to alter it dynamically? Can't you just use another XML file?
You could alter it by using a simple filestream and a xmlreader, but of course, the .Net runtime will rebuild your application everytime a change is detected in web.config.
As plenderj implied, what exactly is your objective in wanting to manipulate webconfig dynamically?