Is it possible to do BOTH of these using a web.config file? If not, what would be the easiest way to achieve them on an IIS server.
Protect a web-accessible folder via HTTP auth
Allow access from a specific username/password AND a specific IP address
This is possible using .htaccess and .htpasswd on Apache, but I need an IIS equivalent if one exists.