Is it possible to add rules at runtime somewhere early in the application's lifecycle w/ this new extension? I need it to add page rewrite rules dynamically for a CMS. Once every time the application recycles, and occasionally as "virtual" pages get added and dropped within the CMS administrative area.
We are currently using the UrlRewritingNet.UrlRewrite component, which is the only URL Rewriting component that I am aware of that allows you to do this. The main problem with UrlRewritingNet.UrlRewrite is it has a bug related to adding rules at runtime, and the fix appears to be no where in sight (apparently it's a big deal to try and fix). It also appears this component is loosing steam, as a new release hasn't been made for quite some time despite some lingering small bugs.