Sign In
Sidharth Sehgal's blog
New technologies, Code samples, Automation examples, best practices.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
2008
Automate
Bing
config
discount
domino
dominos
Earth Day
element
file
files
Free
hyderabad
Powershell
Script
Silverlight
SQL Server
update
web.config
webcast
windows
Windows 7
windows phone
windows phone 7
XML
Archive
Archives
February 2012
(2)
January 2012
(1)
December 2010
(1)
October 2010
(1)
June 2010
(1)
March 2010
(1)
February 2010
(3)
October 2009
(1)
August 2009
(2)
July 2009
(2)
June 2009
(7)
May 2009
(4)
April 2009
(5)
March 2009
(3)
May, 2009
MSDN Blogs
>
Sidharth Sehgal's blog
>
May, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sidharth Sehgal's blog
Automating config file changes : Part 4 – Adding a new element to an XML file
Posted
over 3 years ago
by
Sidharth Sehgal
1
Comments
After updating and deleting element from an XML config file, lets see how to add new elements at the desired position in an XML file. We will again take the same web.config file , which we took in the first example and save it at C:\MyApplication <...
Sidharth Sehgal's blog
Automating config file changes : Part 3 – Deleting an element from an XML file
Posted
over 3 years ago
by
Sidharth Sehgal
1
Comments
This post talks about removing an existing XML element from the config file. Consider a scenario where we have the following web.config file saved at location C:\MyApplication <?xml version="1.0"?> <configuration> <configSections>...
Sidharth Sehgal's blog
Automating config file changes : Part 2 – modifying already existing config keys
Posted
over 3 years ago
by
Sidharth Sehgal
2
Comments
This post contains the Powershell script to modify already existing config key values in a config file. A sample web.config file is given below <?xml version="1.0"?> <configuration> <system.web> <customErrors mode=...
Sidharth Sehgal's blog
Free Windows 7 Trainings
Posted
over 3 years ago
by
Sidharth Sehgal
0
Comments
Microsoft Learning has recently launched free eLearning Clinics targeted towards different audiences. These clinics focus on introducing new functionality and features to those interested in learning about Windows 7 or considering deploying them. What...
Page 1 of 1 (4 items)