I'm still new to IIS (I've been using Apache since I started web development), I'd just like to know how one would go about setting the default file for directories? I know in Apache you can either set it in the Apache config file, or use .htaccess in each directory.
Idealy what I'd like to do (if possible) is have it set up so index.asp is first, if that doesn't exist, look for index.php, if that doesn't exist, index.html, then index.htm.... etc...