-
IIS logfile
Ok... I asked this one before and some people tried to answer with no sucess, but it has been a while so I will try again!
IIS generates a logfile of all the people that have visited your site, it keeps things like the IP number ect and stores it in a textfile.
Now what I want to do is have an web page that allows me to view that logfile, any ideas??
I found an asp page that does it (http://www.avdf.com/june98/art_id001.html) but I have no idea how to convert this to asp.net
-
Look up on the System.Diagnostics namespace. It has all the system diagnostics tools you need including the event viewer
-
perfect, that is just the direction I was looking for.