Remotely Access to Configuration Files in ASP.NET 2.0
Posted by: Keyvan Nayyeri,
on 13 Sep 2006 |
View original | Bookmarked: 0 time(s)
It helped me a lot today. I knew it's useful but now I'm sure it's twice useful!! ASP.NET 2.0 comes with a cool new feature that lets you to deal with configuration files on fly via APIs. You can read a configuration file then modify it through your codes. Alright, this isn't something new for a real .NET 2.0 developer but I have to point it again! You can read configuration files from remote server. System.Web.Configuration.ConfigurationManager.OpenWebConfiguration()...