I am trying to configure anonymous access to the EWS/Services.wsdl file.
In the feature view, I have choosen authentication and enabled anonymous access.
But still while accessing the file from the browser it asks for credentials.
I have tried the following solutions but none of them have worked for me,
1. Provide read access to the file for the IUSR user.
2. Click on Authentication and click edit after choosing Anonymous Authentication. In the opening window select Application Pool identity and click OK.
3. Go to IIS7 -> Application Pools
Find the application pool of the site , right click and choose Advanced Options.
Find chapter Process Model and change the field Identity to a user you know for sure has access to the files in your website folder (in my case the local admin)
I have been trying to solve the issue from last one week, any help would be greatly appreciated.