Wwhat is the problem with the code below?
<authentication mode="Windows" />
<authorization>
<deny users="?"/>
</authorization>
When I run my project it gives me this error:
Request filtering is configured on the Web server to deny the request because the query string is too long.
I already disabled the Anonymous Authentication and enabled the Windows Authentication in my IIS.