to install a web application I need to give write permission for IIS 6.0 application to modify the App.config file.
How can I do that?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you tried giving the
NETWORK SERVICE(or whatever system account IIS is using) account write permissions to the config file?To do this, navigate to the config file in windows explorer, right-click and select properties. Under the security tab add the
NETWORK SERVICEaccount with write permissions.