X
xeroxero
I have several web.config values that I would like to change via a web
page within my ASP.NET 2.0 Web Application Project. Is it possible to
do so, assuming the ASPNET user has filesystem permissions to write to
the file? I thought I could use an XmlTextReader to slurp the file in,
make accept textbox values, use the DOM to change the right values,
and write the file back. If it works, the app would thenautomatically
re-load with the new changes.
Does any of that make sense?
Thanks.
page within my ASP.NET 2.0 Web Application Project. Is it possible to
do so, assuming the ASPNET user has filesystem permissions to write to
the file? I thought I could use an XmlTextReader to slurp the file in,
make accept textbox values, use the DOM to change the right values,
and write the file back. If it works, the app would thenautomatically
re-load with the new changes.
Does any of that make sense?
Thanks.