Connecting Tech Pros Worldwide Forums | Help | Site Map

Edit web.config programmatically?

TK
Guest
 
Posts: n/a
#1: Nov 18 '05
What's the best way to edit web.config programmatically?

I want to have an aspx page as a GUI for web admins to modify the roll-base
security portion of the web.config(s) on a server.

please help.
TK


Jeffrey A. Voigt
Guest
 
Posts: n/a
#2: Nov 18 '05

re: Edit web.config programmatically?


I would let them get used to working with XML, allowing them to modify the
web.config file manually.

"TK" <tkanda@nospam.emotionalbits.com> wrote in message
news:Oy0ioGeJEHA.2680@TK2MSFTNGP11.phx.gbl...[color=blue]
> What's the best way to edit web.config programmatically?
>
> I want to have an aspx page as a GUI for web admins to modify the[/color]
roll-base[color=blue]
> security portion of the web.config(s) on a server.
>
> please help.
> TK
>[/color]


TK
Guest
 
Posts: n/a
#3: Nov 18 '05

re: Edit web.config programmatically?


Thank you Jeff.
I think it might be an acceptable way that I would provide an aspx page to
edit web.config as an XML file.
By the way, do you think this method is a normal way to programmatically
control the roll-base security settings on a asp.net server? Do you have
any smarter idea to do it?

TK

"Jeffrey A. Voigt" <voigt.jeffrey@myfloridahouse.com> wrote in message
news:uHIRKqhJEHA.4072@TK2MSFTNGP12.phx.gbl...[color=blue]
> I would let them get used to working with XML, allowing them to modify the
> web.config file manually.
>
> "TK" <tkanda@nospam.emotionalbits.com> wrote in message
> news:Oy0ioGeJEHA.2680@TK2MSFTNGP11.phx.gbl...[color=green]
> > What's the best way to edit web.config programmatically?
> >
> > I want to have an aspx page as a GUI for web admins to modify the[/color]
> roll-base[color=green]
> > security portion of the web.config(s) on a server.
> >
> > please help.
> > TK
> >[/color]
>
>[/color]

Closed Thread