Y2theZ
Y2theZ

Reputation: 10402

Give IIS 6.0 permission to modify app.config files

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.

Upvotes: 0

Views: 413

Answers (1)

James Johnson
James Johnson

Reputation: 46047

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 SERVICE account with write permissions.

Upvotes: 2

Related Questions