Modifying machine.config
-
Hey all, Can anyone tell me how I can modify the machine.config to add sections and keys (preferrably using vb.net)? I've been looking at system.configuration (.net 2.0) but I can't seem to wrap my head around it. Any good tutorials? Thanks!
-
Hey all, Can anyone tell me how I can modify the machine.config to add sections and keys (preferrably using vb.net)? I've been looking at system.configuration (.net 2.0) but I can't seem to wrap my head around it. Any good tutorials? Thanks!
It's generally not a good idea to modify machine.config. If this file gets damaged/corrupted, then all of your .NET applications will have problems.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
Hey all, Can anyone tell me how I can modify the machine.config to add sections and keys (preferrably using vb.net)? I've been looking at system.configuration (.net 2.0) but I can't seem to wrap my head around it. Any good tutorials? Thanks!
True as told in http://www.codeproject.com/script/comments/forums.asp?forumid=1650&select=1799913#xx1799913xx[^]. The best way; have overridable sections overridden in respective web.config.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips