I am sending an HTTP DNS query in IIS 6.1, the query should insert 50,000 records into the SQL table, the request timeouts and no records are inserted. However, IIS repeats the same query from its cache, so every 10 minutes the same 50,000 records are inserted into the table.
Note that the POST request is launched from the .NET console application using the JSON format.
source
share