Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我的网站上有一个 URL http://foo.com/RobotTrap,. 这不是一个真实的页面,但机器人出于某种原因一直试图抓取它。
http://foo.com/RobotTrap
我怎样才能使 IIS 限制对这一请求的响应?假设我想返回字符串"Silly robot, there is nothing here for you 10110110",每 5 秒返回一个字节。
"Silly robot, there is nothing here for you 10110110"
我也想在不占用 asp.net 工作线程的情况下做到这一点。这甚至可能吗?