IIS Cache Repeats

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.

+6
source share
1 answer

It is difficult to say exactly what you are asking, or to give an answer that can solve your problem programmatically, but I have some general comments.

, , / .

SQL , , , / , .

IIS , : https://forums.iis.net/t/959070.aspx?How+do+you+disable+caching+in+IIS+

0

Source: https://habr.com/ru/post/1016310/


All Articles