Giving an ASP.NET site write privileges
To enable write access to your ASP.NET site you will need to enable Impersonation in the web.config file.
The line should look something like this and be within the system.web tags.
<identity impersonate="true"/>