I would like t completely block bing from crawling my site for now (its attacking my site at an alarming rate (500GB of data a month).
I have 1000 sub domains added to bing webmaster tools so i cant go and set each one's crawl rate. I have tried blocking it using robots.txt but its not working here is my robots.txt
# robots.txt
User-agent: *
Disallow:
Disallow: *.axd
Disallow: /cgi-bin/
Disallow: /member
Disallow: bingbot
User-agent: ia_archiver
Disallow: /
This WILL definitely affect your SEO/search ranking and will cause pages to drop from the index so please use with care
You can block requests based on the user-agent string if you have the iis rewrite module installed (if not go here)
And then add a rule to your webconfig like this:
This will return a 403 if the bot hits your site.
UPDATE
Looking at your robots.txt i think it should be: