store the log file information into sql server database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepthisoft
    New Member
    • Jul 2007
    • 27

    store the log file information into sql server database

    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,sta tus,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
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    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)

    Comment

    Working...