I have a ASP.NET MVC application that runs in both IIS 6 and 7. The application requires special right and needs to run in a application pool with a special users that are part of of some specific groups. The application also stores a a lot of settings in a couple of XML files. These files are stored under "Application Data" special folder as they are read by several different components.
I've found that I sometimes need to add the user to the local Administrators group of the machine to get right to write to these XML files. Is that the case or I'm I missing something else? What rights are needed to be able to write to Application Data folder?