Hello all, (from absolute newby)
I want to track hits on my web site, and I dont want to use counters to do it.
My thoughts are to track some basic things like IP address, browser type, client email address (if possible) and record the session context and URL into SQL Server.
I guess I can use the PageLoad () { if (!IsPostBack)... to do it, but where do I find this information?
I want to track hits on my web site, and I dont want to use counters to do it.
My thoughts are to track some basic things like IP address, browser type, client email address (if possible) and record the session context and URL into SQL Server.
I guess I can use the PageLoad () { if (!IsPostBack)... to do it, but where do I find this information?