Hello,
I want to store IIS logs directly to database, in order to get real time information about the site traffic. I will show custom advertisements in order to egt more traffic to the parts of the site that have low hits.
I have read that i might create a ODBC DSN to store the IIS log files in db, as mentioned in the article below : http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/8ea48fac-28c0-46ae-9b7a-e4682dae3264.mspx?mfr=true
However it warns us as: "When ODBC logging is enabled, IIS disables the HTTP.sys kernel-mode cache. For this reason, implementing ODBC logging will degrade overall server performance. ODBC logging is not recommended unless your database limits you to this option"
Does this mean IIS will disable all Caches? I use OutputCache in my pages, and also
use System.Web.HttpRuntime.Cache to insert and fetch my frequently used objects. The question is:
Using ODBC logging will disable my caching mechanism or not?
Regards,
Ziver