"Cannot read configuration file due to insufficient permissions"
Solution:
1. Add IIS_IUSRS with Read permission on files in the folder
2. Change IIS authentication method to BasicAuthentication
3. refresh the website. It will work
The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...
7 comments:
I couldn't get this working until I gave read permissions to Network Service and Everybody
Another possible cause: If you restored from a backup or zip, make sure the files are not encrypted (usually indicated by a green highlight).
Thanks
it works
Thanks.
It worked on windows 7 have to set Annoymous Authentication->Edit->Application Pool Identity
Can u plz elaborate on the 1st point.
1.Add IIS_IUSRS with Read permission on files in the folder.
I'm pretty new to this.
Thanks in Advance.
@Adil: Check out the link: http://stackoverflow.com/questions/5615296/cannot-read-configuration-file-due-to-insufficient-permissions for answers to this question .
Solution worked like a charm. Thank you so much.
Post a Comment