Regularly, I get random page requests to my website. For example some of the requests include:
- ‘/Pages/49r72acy.aspx’
- ‘/60islation.aspx’
- /category28_1ls.aspx’
There are many more requests like the above, and obviously it generates a page not found error since I dont have any pages like that. Just curious why this happens. Many thanks.
Looks like a “bot” looking for some “hole” in your site, or trying to do a denial of service attack (DOS) by flooding your site with spurious requests (that can’t come from cache).
Alternatively, if you are employing some penetration testing service or tool, it could also be generating random requests (just like what a “bot” would do).