Reputation: 411
I'm getting the following error when I try to browse a web service that i added on IIS 7. When I go to content view i can browse the end points."HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory".
If it is related to giving user permissions to an III user, how do I go about doing that?
Upvotes: 0
Views: 387
Reputation: 250882
This just means you have tried to browse the WCF service without the service file.
You need to browse to MyService.svc, for example, not just to the directory that contains it.
Upvotes: 1