I'm getting an error trying to configure umbraco 4 on win 7 - Could not save the web.config file. Please modify the connection string manually. An error occurred loading a configuration file: Access to the path 'C:\inetpub\wwwroot\umbracoCMS\xnn1rgft.tmp' is denied. (C:\inetpub\wwwroot\umbracoCMS\web.config)
I've given Network Service full access to my umbraco IIS directory, and even gone in and manually edited the web.config to contain accurate parameters to connect to SQL, but for some reason the install/config process is failing.
I figured this out - in IIS 7.5 the Classic .NET AppPool is by default configured to run under the ID "ApplicationPoolIdentity". I changed this to be "Network Service" and everything works as expected.
umbraco 4 on win 7
I'm getting an error trying to configure umbraco 4 on win 7 - Could not save the web.config file. Please modify the connection string manually. An error occurred loading a configuration file: Access to the path 'C:\inetpub\wwwroot\umbracoCMS\xnn1rgft.tmp' is denied. (C:\inetpub\wwwroot\umbracoCMS\web.config)
I've given Network Service full access to my umbraco IIS directory, and even gone in and manually edited the web.config to contain accurate parameters to connect to SQL, but for some reason the install/config process is failing.
Any help would be appreciated,
Jim
I figured this out - in IIS 7.5 the Classic .NET AppPool is by default configured to run under the ID "ApplicationPoolIdentity". I changed this to be "Network Service" and everything works as expected.
Learning as I go...
is working on a reply...