I'm not sure why you'd want to block Bing from crawling your site, but you should be able to do this by editing your .htaccess with the following line in your root directory:
RewriteEngine On RewriteCond %{HTTP_USER_AGENT} (bingbot) [NC] RewriteRule .* - [R=403,L]