I'm new to WCF. After publishing a simple WCF service into the server I get the following error
Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service
I guess that I need to change the web.config file but I don't know how, my web.config file looks like this:
Gaurav Kumar AroraPosted Mar 21, 2015, 5:19 AM
This is a very common issue. Yes, you're absolutely correct, you need to enable it in IIS.
Here few links you can try alternatives:
1. SO link
2. MSDN link-1
3. MSDN link-2
These are recommended solutions.