301 Redirect on IIS

Permalink
I have a client running IIS 7. I need to put a 301 redirect on it to direct non-www traffic to resolve to an address with www.

Anyone know how to do this? I normally do it through the htaccess file, but with IIS that isn't an option. I found instructions for the pretty urls for IIS 7.5 in the documentation how-tos, but I don't know if that will work or not.

Thanks!

FatTony1952