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
Koteswararao Mallisetti
NA
817
564k
how to change the webconfig file through programatically
Nov 24 2010 12:08 AM
hi
how to we change the web.config settings through programatically i am able to access the settings but unable to write while i save it shows access is denied error in the save
the code is
static Configuration myConfig=WebConfigurationManager.OpenWebConfiguration("~/");
static KeyValueConfigurationElement myElement = null;
myelement.value="some xyx";
myConfig.Save(); -->here it show error
myConfig.Save(ConfigurationSaveMode.Modified);
Reply
Answers (
4
)
Need help to understanding resource file in VB
how to set foriegnkey