The multi-tenant app I am working on require many rewrite rules to be inserted/deleted dynamically. With IIS, we are thinking of using rewrite map.
How do one insert rules to the rewrite map dynamically? manipulate the webconfig.xml directly? Would IIS pick up the changes immediately?
Is there a hard limit on how many rules can be added?
Or... is there a better way?
Thanks