I\'m in the process of building an ASP.Net/C# site on IIS 7.5 and I would like to block all mobile phones from accessing this website.
How can I block/deny access
You will likely have to use an IIS module (like URL Rewrite v2) and do something like this: http://forums.iis.net/t/1169853.aspx
Look at the request blocking feature.