I have a sitecol with anonymous access. I have a console code that uses client-object-model to query from a particular list in that site collection. This was working fine. But recently I had to disable windows integrated authentication on that webapplication. After that, the console code is not able retrieve data from the list (gets 401).
Question is, is there a way to keep the windows integrated auth disabled and some how allow access to query for that one list?