IIS7 folder permissions
- by Eanna
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