Showing posts with label ASPNET. Show all posts
Showing posts with label ASPNET. Show all posts

Tuesday, 12 February 2013

Umbraco packages throws error installedPackages.config is denied

This was happening on IIS7.5 and the error message said I should add ASPNET account to the security of the file. Instead (as I was using ApplicationPoolIdentity) I removed the Read-Only flag on the packages folder and this fixed my problem.