Have you
1) created a SQL Server database with a table called InternetLog using the Logtemp.sql in the %Windir%\System32\Inetsrv folder.
2) created a system DSN called HTTPLOG with the correct SQLlogin info for your database.
3) configured IIS for ODBC logging, in the Active log format list, click to select ODBC Logging.
See the following website for more information
How to configure ODBC logging in IIS
http://support.microsoft.c
Main Topics
Browse All Topics





by: epochassetPosted on 2009-09-02 at 17:15:43ID: 25246916
You mean to get your IIS log data into a database? Or you are trying to get your site's ASP code to manipulate a database? If you are trying to get your IIS log data into a database, please describe what your using to do it.