Connecting Tech Pros Worldwide Help | Site Map

store the log file information into sql server database

Newbie
 
Join Date: Jul 2007
Posts: 27
#1: Feb 22 '08
Hi,

I am creating site statistics tool.For that I have stored the log file information into Sql server database through ODBC Option in IIS. I got date, time, ip, port,target,status,error status and also for a web Application. But i need the informations about brower,session,platform,robots,refferer. Is it possible.

Can anyone help me?
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Feb 23 '08

re: store the log file information into sql server database


You can get all these values via JavaScript, the difficult part is using these values. This article may help if you are working in asp.net:
Getting JavaScript and ASP.NET talking (outside of AJAX)
Reply