0
votes
1answer
193 views
Why does an authentication mode of “Forms” result in an empty LOGON_USER server variable?
Is it possible to:
Disallow anonymous access in IIS
AND
Have...
<authenticate mode="Forms"/>
...in the Web config? We need both acce …
