Re: Web Config File Editing in ASP.Net 2.0

Tech-Archive recommends: Fix windows errors by optimizing your registry



Look at the web.config file using file explorer and double check the
permission settings. Compare the write access to the account running
ASP.NET (typically your account (if you are using a file based project
in 2005) or the NETWORK SERVICE account (when using IIS 6).
--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 12 Nov 2005 03:26:13 -0800, Stuart Ferguson
<stuart_ferguson1@xxxxxxxxxxxxxx> wrote:

>I am attempting to put a screen in a web application that allows editing
>of AppSettings values in the Web.Config file using the Web Configuration
>manager class however on he .Save i get an access denied exception.
>
>What could be causing this exception and what should i be looking at to
>fix the problem.
>
>Many Thanks
>
>Stuart
>
>*** Sent via Developersdex http://www.developersdex.com ***

.