Hello,
I have a problem with a little web application, that queries data by an Ajax-Call every minute from an WCF-Service.
The service is hosted within this web application.
The request method is GET.
After about 1 day, but not always after the exact period of time, the complete web site is not reachable from other hosts.
On the server I can open the site without problems. The only solution I found is to kill the w3wp.exe, then it works again from outside.
Is there a request limit? Or may the server think there is an attack and blocks these request?
I hope anyone has a hint, this is a serious problem right now!
Greets
Andreas