Hi all,
I think this should be an easy one, i just don't know exactly what permissions are required to make the errors go away though.
I recently moved webhost (and domain name while i was at it). The procedure i followed was:
> On original site, add alias for new domain.
> Do a backup of the DB and move to new SQL server
> Move files to new web server
> Change web.config to point to new SQL server with new credentials.
For the most part, the site works fine. However, in some sections such as the Gallery, Host settings and pages with RSS feeds i get permission related errors such as:
A critical error has occurred.
Access to the path 'd:\hosting\member\lukeod\site1\Portals\0\Cache\Feed_375.resources' is denied.
=================
A critical error has occurred.
Access to the path 'd:\hosting\member\lukeod\site1\web.config' is denied.
=================
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.UnauthorizedAccessException: Access to the path 'd:\hosting\member\lukeod\site1\Portals\0\Gallery\378\Club Gliders\_metadata.resources' is denied.
=================
Here is the permissions on the file 'web.config':
Administrator -- RWXDPO
SYSTEM -- RWXDPO
NETWORK -- RX
NETWORK SERVICE -- RX
IUSR_LUKEOD -- RX
Thanks in advance!
Luke