Write Web.config file at runtime ?
-
How i can update following settings at runtime in web.config file using asp.net 2.0 appSettings add key="ConnectionString" value="server=Release; user id=sa; password=abcdef; database=Superlative; pooling=false; appSettings
Know Yourself Then Grow Yourself.
-
How i can update following settings at runtime in web.config file using asp.net 2.0 appSettings add key="ConnectionString" value="server=Release; user id=sa; password=abcdef; database=Superlative; pooling=false; appSettings
Know Yourself Then Grow Yourself.
This may help: http://www.codeproject.com/csharp/readwritexmlini.asp
-
This may help: http://www.codeproject.com/csharp/readwritexmlini.asp
..but bear in mind that, as it says in that article: "...writing to web.config causes the application to end along with all the active Sessions." cheers Fred
-
This may help: http://www.codeproject.com/csharp/readwritexmlini.asp
Thanks
Know Yourself Then Grow Yourself.