Is it possible with IIS7.5 to automate importing .htaccess files?
I have an external system that generates an apache .htaccess file that happens multiple times a day and would like a way to automaticly import this file as it gets updated into IIS7.5.
Can this be done with something like task scheduler(just not sure how to hook into IIS import procedures) or is there something in IIS iteself that can handle this?
Thanks.