Insufficient Permissions on UNC Path for Physical Path in IIS7
        Posted  
        
            by 
                Eric C
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Eric C
        
        
        
        Published on 2011-11-13T17:34:21Z
        Indexed on 
            2011/11/13
            17:54 UTC
        
        
        Read the original article
        Hit count: 679
        
I've got a multi-server setup where Server A is hosting the html files and Server B is running IIS 7.5. I've specified a UNC path for the Physical Path of the website on Server B. When I try to hit localhost I'm receiving the following error:
Cannot read configuration file due to insufficient permissions
I am able to browse and modify files in the UNC path on Server B. I'm guessing it has something to do with IIS_IUSRS of Server B not having permissions, but I'm unsure how to add them to the shared directory of Server A.
© Server Fault or respective owner