- Go to IIS Manager > CardioLog website
- Enable Windows Authentication for the CardioLogAgent virtual directory, and disable Anonymous Authentication.
- If you need to frthur investigate try to execute the following query agaisnt Cardiolog database :
select month(timestamp), count(*) from tab_event_log
where username like anonymous
group by month (timestamp)
order by month (timestamp)
where username like anonymous
group by month (timestamp)
order by month (timestamp)
This returns when was the last time the system recognized anonymous user and how many users there is.
0 Comments