IIS7 folder permissions
        Posted  
        
            by 
                Eanna
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Eanna
        
        
        
        Published on 2010-04-05T16:30:51Z
        Indexed on 
            2012/06/15
            15:19 UTC
        
        
        Read the original article
        Hit count: 291
        
I build a basic WCF service that I now want to host in IIS7 under Windows Server 2008 R2.
I added the service as an application under the default web site but whenever i try to run the application I get the following error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Config Error - Cannot read configuration file due to insufficient permissions
The only way I can get this service working is if i choose to "connect as" the server Administrator when adding the service. the "application user (pass-through authentication)" option does not seem to work.
Could anyone help me out, I've just started using IIS7 and have no idea what to do... Thanks
© Server Fault or respective owner