Vladimirs
Vladimirs

Reputation: 8619

Add a delay for IIS response

Is it possible to force IIS to delay a response, so I want IIS to wait N seconds before sending response back. I tried nothing as I have no idea what to try and google didn't helped me with that.

Upvotes: 0

Views: 1624

Answers (1)

yW0K5o
yW0K5o

Reputation: 943

You can add custom module in IIS. This module will delay request for N seconds. Your webservice will be untouched

Upvotes: 3

Related Questions