Cannot read configuration file due to insufficient permissions
There is no problem with your web.config. Your web site runs under a process. In iis you can define the identity of that process. The identity that your web site’s application pool runs as (Network Services, Local System, etc.), should have permission to access and read web.config file. Update: This updated answer is same as above, but a little longer … Read more