https://github.com/nowisesys/whoson-asp
Server side component for WhosOn logon accounting (ASP.NET 2.0 for IIS 6.0/7.5)
https://github.com/nowisesys/whoson-asp
accounting asp-net whoson
Last synced: about 1 month ago
JSON representation
Server side component for WhosOn logon accounting (ASP.NET 2.0 for IIS 6.0/7.5)
- Host: GitHub
- URL: https://github.com/nowisesys/whoson-asp
- Owner: nowisesys
- License: gpl-3.0
- Created: 2019-01-29T18:49:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T02:17:37.000Z (over 6 years ago)
- Last Synced: 2025-02-16T08:27:27.822Z (3 months ago)
- Topics: accounting, asp-net, whoson
- Language: C#
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.rtf
Awesome Lists containing this project
README
# WhosOn logon accounting
WhosOn is a client/server system for logon accounting. Use either whoson-php
or whoson-asp on server side, with whoson-sql for SQL support. Install the
Linux, Mac OS X or Windows client on computers from who logon session statistics
should be collected.### Deployment:
Easiest is to record events by running the client as a logon/logoff script
from i.e. an active directory GPO. The client can also be run as a service/daemon
on client computers, monitoring user logons in the background.### Records:
Recorded data has IP, hostname, MAC, username, domain and datetime as field
that is stored in the database. The client communicates with server side using
SOAP.### Authentication:
By default, authentication is disabled on server side, but its possible to
enable HTTP basic authentication against i.e. LDAP or plain text file.### This component:
Provides a server-side component of the WhosOn application. Deploy this web
service application on IIS 6.0/7.5 with ASP.NET 2.0. See Deployment.txt for
more information.### See also:
* [Web Service (PHP)](https://github.com/nowisesys/whoson-php)
* [Web Service (ASP.NET)](https://github.com/nowisesys/whoson-asp)
* [SQL Database (MySQL/MSSQL)](https://github.com/nowisesys/whoson-sql)
* [Client (Linux/Mac OS X)](https://github.com/nowisesys/whoson-linux)
* [Client (Windows)](https://github.com/nowisesys/whoson-win)