I noticed files are constantly being created and deleted in this folder: myapp\bin\iisnode
Files with one or two lines such as:
[0mGET /events/getEvents/20742253?_=1497541531602 [32m200 [0m56.048 ms - 28[0m
[0mGET /comments/getComments/20742253?_=1497541531603 [32m200 [0m33.405 ms - 670[0m
It seems it is logging every single access to the site in a separate file.
Is this how it is suppose to work?
Does this mean that if I have hundreds or thousands of users performing ajax calls IISNode will be creating and removing thousands of files per minute?
I also saw many of this request were done by some SPAMMER trying to find vulnerabilities in the URLs by using different parameters and values.
They were requesting the site hundreds of times per minute resulting in the iisnode folder being super active all the time adding and removing files.
I noticed files are constantly being created and deleted in this folder:
myapp\bin\iisnode
Files with one or two lines such as:It seems it is logging every single access to the site in a separate file. Is this how it is suppose to work?
Does this mean that if I have hundreds or thousands of users performing ajax calls IISNode will be creating and removing thousands of files per minute?
I also saw many of this request were done by some SPAMMER trying to find vulnerabilities in the URLs by using different parameters and values. They were requesting the site hundreds of times per minute resulting in the
iisnode
folder being super active all the time adding and removing files.