TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Uday Gaikwad
NA
680
196.2k
updating web.config by programmatically in application start up event of global.asax, is it right way to update the config file.? What impact it does on website.?
Jul 8 2010 7:22 AM
protected void Application_Start(object sender, EventArgs e)
{
//In this event i m updating the web.config file...
XmlDocument doc = new XmlDocument();
doc.load("..../web.config");
//Logic to update the web.config file.
}
Reply
Answers (
2
)
Microsoft Office Word(doc) file Manipulation problme in asp.net
HOw to Add Two Dropdownlist in datagrid