0

I am trying to upload image via administration interafe of Kentico. I am getting this error when I try upload a image.

Error Image

What I tried so far;

  1. I changed wwwroot folder security properties, and I gave full control acccess to IIS_IUSR,
  2. I tried to create CMSTemp folder by myself.

Any other suggestions besides these?

Berserker
  • 3
  • 3

1 Answers1

1

The user running the application pool should be the user that has read/write access to those folders, not just the IIS_IUSR user. If your application pool is NOT using Application Pool Identity then IIS_IUSR will not work for folder permission and you'll have to select the individual network user you have assigned in the application pool.

Brenden Kehren
  • 5,919
  • 16
  • 27