Optimus Posted February 10, 2011 Posted February 10, 2011 Hello, I have got my database and scripts all working correctly... but am struggling with the website config. We are using IIS6 with .net 4 installed. The home page opens correctly and presents two options - Search History or iSpy - when we click those links we get: Error message 401.2.: Unauthorized: Logon failed due to server configuration Which I presume is down to the config in the web.config file? My database connection line is: Any help appreciated! Thanks
iMash Posted April 11, 2011 Posted April 11, 2011 (edited) I can only see 3 threads in this forum. Is that correct? Is this early days of the development of the Logon Tracker? I have several methods of tracking logons in place on my domain at the moment. Perhaps I can help if I know what your trying to achieve and how? Edit: If theres something already in place with this project where can I find it? I'd be very interested in it. (just noticed threads in this forum from june last year) Edited April 11, 2011 by iMash
davipton Posted May 2, 2012 Posted May 2, 2012 I can only see 3 threads in this forum. Is that correct? Is this early days of the development of the Logon Tracker? I have several methods of tracking logons in place on my domain at the moment. Perhaps I can help if I know what your trying to achieve and how? Edit: If theres something already in place with this project where can I find it? I'd be very interested in it. (just noticed threads in this forum from june last year) Hi iMash, I would be interested in discussing some of the logon tracking methods that you have got setup on your domain. Many thanks, David
iMash Posted May 3, 2012 Posted May 3, 2012 David, No problem, what did you want to know? I have used several methods over the years, currently using a combination of VBScript and a MySQL database with a php back end for us to search etc. Ash
davipton Posted May 3, 2012 Posted May 3, 2012 Hi Ash, I am looking for a solution that is most likely going to be temporary whilst RM develop RM Auditor to work on CC4.3. Our Headteacher is keen to know how much our IT is being used. Is doesn't have to have great details as RM Auditor will do that (eventually). I just need to get something in place that will minimally track logons and logoffs, giving me an amount of time used. Whether they use the computer for the whole time they are logged in doesn't really matter at the moment. Its just it know if the computers are being used and how much of the day people are using them for! is there anything in your experience that does this? I am looking in to Nickbro's Home Access Plus+ Logon Tracker. Just trying to get my head around how this is installed, configured and implemented as there are several versions and each version looks to have different methods of getting this running. TIA, David
iMash Posted May 4, 2012 Posted May 4, 2012 David, I have just had a look at HAP+, from what I can see its for remote access to files through a web interface. I would have thought (but may well be wrong), that the logon tracker section would track the logons to the remote file service? I used to have a set of logon and logoff scripts that wrote a CSV file to a hidden share on our file server, whilst this was a rather crude method, it did work reasonably well to give us an idea of who was logged on and for how long. Perhaps if I can dig up the old scripts these may be of use to you? Alternatively if you are fairly comfortable setting up a MySQL server I can give you the scripts that we are currently using that uses MySQL to store the timestamps of logon/logoff/shutdown/startup events, although to extract the data from this would require some coding experience as I haven't yet got round to completing the back end for it. Ash
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now