I have authentication mode="Windows" in web.config. In local IIS, the apps' authentication is set to "Windows Authentication" and the rest is disabled. I get an error
HTTP Error 404.15 - Not Found
The request filtering module is configured to deny a request where the query string is too long.
If I enable "Anonymous Authentication" then it works fine.
How do I get my app to work when ""Anonymous Authentication" is disabled?