Mark Handy
Mark Handy

Reputation: 1256

Kentico 9 site import error

I'm trying to import a site into a new VM. This vm only has the demo corporate site.

I get an error when click Import Site or Object. The event log has two entries.

Both have the following statement: Message: Access to the path 'C:\inetpub\wwwroot\Kentico9\CMS\App_Data\Persistent\import_315c65f4-dc91-4175-a4e5-fdad1601727d_settings.dat' is denied.

I check permissions in to the Kentio9 VM and they match my DEV which doesn't have this issue. I didn't set up DEV, but i can't see why my new QA VM, which seems to have the same folder permissions doesn't work.

We have a service level account for connecting to the DB, all through the application pool. Could there be something on the account settings?

Upvotes: 0

Views: 261

Answers (1)

Enn
Enn

Reputation: 2209

What kind of Identity is the Application pool are you using for this site? What about if you set it to ApplicationPoolIdentity and then grant permissions to IIS_IUSRS for your Kentico root folder?

Additionally you can try checking the disk permissions problems documentation page.

Upvotes: 1

Related Questions