Hi.
I have NLB three-node IIS cluster under Windows 2003 + SP1.
I specify ODBC logging to remote SQL database (SQL 2000 EE). Now we try
analyze data and see strange records
Very simple query to DB:
select top 100 * from dbo.IIS_WebLog order by processingtime desc
In the log table I see parameter [processingTime] is like 5182235 or 4881485
milliseconds!!! It's > 1.26 hour! From IE I don't see SUCH delays.
What's happend? Can somebody describe it?
Thanks.