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)
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)
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.