Forum Moderators: open

Message Too Old, No Replies

Enhanced ISAPI Logging Filter to SQL (ODBC)

Anyone know of one that logs ref, cookie...

         

fabfurs

3:35 pm on Feb 1, 2004 (gmt 0)

10+ Year Member



Looking for ISAPI filter to log tracking information to SQL and include the missing fields that MS IIS5 doesn't support.

Referrer, Querystring, cookie (sessionstate)...

Xoc

10:32 pm on Feb 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think you just need to turn on all the logging in IIS. In the properties for the web site in IIS manager, you can log all that stuff, just by checking the checkboxes.

If you want to log to SQL Server, you can do that by changing the logging option to ODBC, then giving an ODBC connect string to SQL Server.

fabfurs

11:05 pm on Feb 2, 2004 (gmt 0)

10+ Year Member



Thanks Xoc,

But ODBC doesn't capture the extended fields I want. Since posting this thread I decided to roll my own... found a few good threads on WW.