Register  Login
 Search  
Forums - Blog, Support Friday, November 21, 2008
MainframeX Web Crawler

 Forum

SearchForum Home
     
  Discussions  Support  Web.config Edit...
 Web.config Editor saving web.config file after editing
 
zagard
1 posts
Joined
5/9/2006

Web.config Editor saving web.config file after editing
Posted: 09 May 06 9:04 AM
Hello, I need to know if is there any way to salve the web.config after the modification (I need to hit save and save the file, not only the grid that is showed in the browser) can anyone help me?
admin
2 posts
www.gigaframe.com
Joined
11/25/2005

Re: Web.config Editor saving web.config file after editing
Posted: 09 May 06 9:20 PM
Web.Config Editor's assembly can be used outside of the ASP.NET editor application as such:

BluePlanet.BluePlanetWebConfigEditor bpwce = new BluePlanet.BluePlanetWebConfigEditor(webconfigpath);
bpwce.Save(key, keyvalue);

In this case, the save occurs anytime you call the Save method.
  Discussions  Support  Web.config Edit...

Forum Home  Search       

Copyright 2000 by Gigaframe.com   Terms Of Use   Privacy Statement