K
keithb
How can an application change settings in the web.config file? I need to
allow users to configure SMTP email settings with functionality similar to
that provided developers by the ASP.NET Web Site Administration Tool. I
believe that I can get the settings using ConfigurationManager.GetSection,
but how can I save changes? If I do find a way to save changes, how can I
get IIS to read the file again so that the changes become immediately
available to the web site?
Thanks,
Keith
allow users to configure SMTP email settings with functionality similar to
that provided developers by the ASP.NET Web Site Administration Tool. I
believe that I can get the settings using ConfigurationManager.GetSection,
but how can I save changes? If I do find a way to save changes, how can I
get IIS to read the file again so that the changes become immediately
available to the web site?
Thanks,
Keith